RangeBase.SmallChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property double SmallChange { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
public double SmallChange { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.SmallChange : double with get, set
Public Property SmallChange As Double
Property Value
Value to add to or subtract from the Value of the RangeBase element. The default is 0.1.
- Attributes
Remarks
A control that inherits from RangeBase determines how this property is used.
When the user clicks the Track of a ScrollBar, the Value property increases or decreases by the value of SmallChange.
When the user invokes the DecreaseSmall or IncreaseSmall command on a Slider, the ValueProperty of the slider changes by the value of SmallChange.
The ProgressBar does not use this property.
Dependency Property Information
Identifier field | SmallChangeProperty |
Metadata properties set to true |
None |