Search
IZoomTarget.SetScrollX Method
See Also
 






Sets the horizontal scroll position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

void SetScrollX (
    double scrollX
)

Visual Basic  Copy Code

Sub SetScrollX( _
    scrollX As Double _
)

 Parameters

scrollX

A double value specifying the horizontal scroll position.

 See Also