Gets/sets a position of the scroll bars.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
<BrowsableAttribute(False)> _ Public Overrides Property ScrollingPosition As Point
[BrowsableAttribute(false)] public override Point ScrollingPosition { get; set; }
If you want to change a scroll bar position, you can also use the Scroll(Int32, Int32) method.