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

BitmapViewer.VerticalLargeChange Property

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

Property Value

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

Remarks

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

See Also

Reference