System.Windows.Forms.NumericUpDown.Increment Property

Gets or sets the value to increment or decrement the spin box (also known as an up-down control) when the up or down buttons are clicked.

Syntax

public decimal Increment { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Clicking the up button causes the NumericUpDown.Value property to increment by the amount specified by the NumericUpDown.Increment property and approach the NumericUpDown.Maximum property. Clicking the down button causes the NumericUpDown.Value property to be decremented by the amount specified by the NumericUpDown.Increment property and approach the NumericUpDown.Minimum property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0