RangeBase.SmallChange Property

Definition

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

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

Applies to