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

BitmapViewer.VerticalSmallChange Property

Gets/sets the small step of the vertical scroll bar.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property VerticalSmallChange As Integer
C#
[BrowsableAttribute(true)]
public int VerticalSmallChange { get; set; }

Property Value

The number that specifies the small step of the vertical scroll bar.

Remarks

Scroll slider will be moved by this value when scroll bar button (with arrow) will be clicked.

See Also

Reference