This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.ScrollingPosition Property

Gets/sets a position of the scroll bars.

Namespace: Aurigma.GraphicsMill.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property ScrollingPosition As Point
C#
[BrowsableAttribute(false)]
public Point ScrollingPosition { get; set; }

Property Value

The point that stores the position of the scroll bars.

See Also

Reference