Search
Diagram.ScrollX Property
See Also
 





Gets or sets the document's X scroll position.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double ScrollX { get; set; }

Visual Basic  Copy Code

Public Property ScrollX As Double

 Property Value

A double value specifying the new horizontal scroll position in the current units of measure. The default is 0, indicating the left corner.

 Remarks

Use the property to set where the horizontal scroll bar should be positioned.

 See Also