Gets the diagram's horizontal scroll position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double ScrollX { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ScrollX As Double |
A double specifying the horizontal scroll position in the current unit of measure.
See Also