Gets or sets the horizontal scroll position of the Diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double ScrollX { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScrollX As Double |
A double value specifying the horizontal scroll position in the current units of measure. The default is 0, indicating the left corner.
See Also