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

BitmapViewer.HorizontalLargeChange Property

Gets/sets the large 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 HorizontalLargeChange As Integer
C#
[BrowsableAttribute(true)]
public int HorizontalLargeChange { get; set; }

Property Value

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

Remarks

Scroll slider will be moved by this value when scroll bar shaft will be clicked.

See Also

Reference