Search
DiagramView.ScrollY Property
See Also
 





Gets or sets the vertical scroll position of the Diagram.

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

 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 vertical scroll position in the current units of measure. The default is 0, indicating the top corner.

 See Also