ASP.NET Pack Programmer's Guide
DiagramView.ScrollY Property
See Also
 





Gets or sets the document's Y scroll position.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public float ScrollY { get; set; }

Visual Basic  Copy Code

Public Property ScrollY As Single

 Property Value

The new Y scroll position in millimeters.

 Remarks

Use the property to set where the vertical scroll bar should be positioned. Default value is 0 for example in the corner.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WebForms Namespace