Search
VirtualizingDiagram.ViewportHeight Property
See Also
 





Gets or sets the height of the diagram viewport.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double ViewportHeight { get; set; }

Visual Basic  Copy Code

Public Property ViewportHeight As Double

 Property Value

A double value specifying the height of the viewport.

 See Also