Share via


Stepper.Increment Property

Definition

Gets or sets the amount by which the stepper value changes with each button press. This is a bindable property.

public:
 property double Increment { double get(); void set(double value); };
public double Increment { get; set; }
member this.Increment : double with get, set
Public Property Increment As Double

Property Value

The increment value. The default is 1.

Applies to