RangeBase.LargeChange 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 LargeChange { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
public double LargeChange { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.LargeChange : double with get, set
Public Property LargeChange As Double
Property Value
Value to add to or subtract from the Value of the RangeBase element. The default is 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 LargeChange.
When the user invokes the DecreaseLarge or IncreaseLarge commands on a Slider, the ValueProperty of the slider changes by the value of LargeChange.
The ProgressBar does not use this property.
Dependency Property Information
Identifier field | LargeChangeProperty |
Metadata properties set to true |
None |