NumericUpDown Control
The NumericUpDown control allows users to increase or decrease a numeric value using the increment and decrement buttons.

| Property |
Description |
| Min |
Sets the minimum value to which the user can set for the NumericUpDown. |
| Max |
Sets the maximum value to which the user can set for the NumericUpDown. |
| Increment |
Sets the increment used when user increments or decrements the NumericUpDown. |
| BorderThickness |
Sets the border thickness of the NumericUpDown. |
| BorderColor |
Sets the border color of the NumericUpDown. |
| BorderRadius |
Sets the border radius of the NumericUpDown. |
| ButtonsColor |
Sets the color of the increment and decrement buttons. |
| Styles |
Sets a collection of styles that controls various visual aspects of the NumericUpDown.
e.g:
Table({Key: "Font", Value:"Segoe UI"},
{Key: "NudIconPadding", Value:10})
|
| Increment Button Icon |
Sets the image for the increment button. |
| Decrement Button Icon |
Sets the image for the decrement button. |
| Default |
Sets the default value of the NumericUpDown |
Output
| Property |
Description |
| Value |
Gets Current Value of the NumericUpDown. |