Gets or sets the document's X scroll position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float ScrollX { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScrollX As Single |
A float value specifying the X scroll position.
See Also