Search
Diagram.ScrollY Property
See Also
 






Gets or sets the document's Y scroll position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double ScrollY { get; set; }

Visual Basic  Copy Code

Public Property ScrollY As Double

 Property Value

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

 Remarks

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

 See Also