Search
DiagramView.SetScrollLeft Method
See Also
 





Sets the view's X scroll position.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView SetScrollLeft (
    float value
)

Visual Basic  Copy Code

Public Function SetScrollLeft( _
    value As Single _
) As DiagramView

 Parameters

value

 Return Value

 See Also