Search
VirtualizingDiagram.ViewportHeight Property
See Also
 






Gets or sets the height of the diagram viewport.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double ViewportHeight { get; set; }

Visual Basic  Copy Code

Public Property ViewportHeight As Double

 Property Value

A double value.

 See Also