Search
DiagramView.ScrollY Property
See Also
 






Gets the diagram's vertical scroll position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double ScrollY { get; }

Visual Basic  Copy Code

Public ReadOnly Property ScrollY As Double

 Property Value

double specifying the vertical scroll position in the current unit of measure.

 See Also