NumericUpDownAcceleration::Increment Property

 

Gets or sets the quantity to increment or decrement the displayed value during acceleration.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Decimal Increment {
	Decimal get();
	void set(Decimal value);
}

Property Value

Type: System::Decimal

The quantity to increment or decrement the displayed value during acceleration.

Exception Condition
ArgumentOutOfRangeException

The set value is less than 0.

.NET Framework
Available since 2.0
Return to top
Show: