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