Version

SmallChange Property

Gets or sets a value to be added to or subtracted from the values of the Range element.
Syntax
'Declaration
 
Public Property SmallChange As Double
public double SmallChange {get; set;}

Property Value

The small change value. The default is 0.1.
Remarks
When the user clicks the scroll elements of the Zoombar control, the Range element values would increase or decrease by the value of SmallChange.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also