RangeBase.SmallChange Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a Value to be added to or subtracted from the Value of a RangeBase control.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property SmallChange As Double
public double SmallChange { get; set; }
<rangeBase SmallChange="double"/>

Property Value

Type: System..::.Double
Value to add to or subtract from the Value of the RangeBase element. The default is 0.1.

Exceptions

Exception Condition
ArgumentException

The new value is NaN, less than zero, or IsInfinity is true.

Remarks

Dependency property identifier field: SmallChangeProperty

A control that inherits from RangeBase determines how this property is used.

For example, when the user taps the track of a custom scrollbar control, the Value property would increase or decrease by the value of SmallChange.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

RangeBase Class

System.Windows.Controls.Primitives Namespace