RangeBase.LargeChange Property
May 02, 2013
Namespace: System.Windows.Controls.PrimitivesAssembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<rangeBase LargeChange="double"/>
Property Value
Type: System.DoubleValue to add to or subtract from the Value of the RangeBase element. The default is 1.
| Exception | Condition |
|---|---|
| ArgumentException | The new value is NaN, less than zero, or IsInfinity is true. |
Dependency property identifier field: LargeChangeProperty
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 LargeChange.