Gets or sets the height of the diagram viewport.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double ViewportHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ViewportHeight As Double |
A double value specifying the height of the viewport.
See Also