Aurigma Graphics Mill 5.5 for .NET
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.