RangeBaseAutomationPeer.SmallChange Property

Definition

Gets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key.

public:
 property double SmallChange { double get(); };
double SmallChange();
public double SmallChange { get; }
var double = rangeBaseAutomationPeer.smallChange;
Public ReadOnly Property SmallChange As Double

Property Value

Double

double

The small-change value supported by the control.

Implements

Applies to