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

BitmapViewer.HorizontalSmallChange Property

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

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

Syntax

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

Property Value

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

Remarks

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

See Also

Reference