NumericUpDown
The NumericUpDown
is an editable numeric input field.
The control has a up and down button spinner attached, used to increment and decrement the value in the input field. The value can also be incremented or decremented using the arrow keys or the mouse wheel when the control is selected.
Reference
Source code
Examples
Basic NumericUpDown
The value stored in the NumericUpDown
is a double.
<NumericUpDown Value="10" Width="100"/>
produces the following output on Linux