RangeBaseAutomationPeer.LargeChange Property

Definition

Gets the value that is added to or subtracted from the Value property when a large change is made, such as with the PAGE DOWN key.

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

Property Value

Double

double

The large-change value supported by the control.

Implements

Applies to