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.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

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

Property Value

The point that stores the position of the scroll bars.

Remarks

If you want to change the scroll position, you can also use Scroll(Int32, Int32), ScrollHorizontal(Int32), or ScrollVertical(Int32) methods.

See Also

Reference