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

ViewerBase.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
Public MustOverride Property ScrollingPosition As Point
C#
public abstract Point ScrollingPosition { get; set; }

Property Value

A point that stores a position of the scroll bars.

Remarks

If you want to change a scroll bar position, you can also use the Scroll(Int32, Int32) method.

See Also

Reference