Represents a numeric text box with buttons to increase or decrease the displayed value.
The following tables list the members exposed by the NumericUpDown type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the NumericUpDown class. |
Name | Description | |
---|---|---|
![]() ![]() |
Identifies the AutoReverse dependency property. |
|
![]() ![]() |
Identifies the ButtonBackground dependency property. |
|
![]() ![]() |
Identifies the ButtonBorderBrush dependency property. |
|
![]() ![]() |
Identifies the ButtonBorderThickness dependency property. |
|
![]() ![]() |
Identifies the ButtonOverBackground dependency property. |
|
![]() ![]() |
Identifies the ButtonPressedBackground dependency property. |
|
![]() ![]() |
Identifies the ButtonSize dependency property. |
|
![]() ![]() |
Identifies the DecimalDigits dependency property. |
|
![]() ![]() |
Identifies the IsEditable dependency property. |
|
![]() ![]() |
Identifies the Maximum dependency property. |
|
![]() ![]() |
Identifies the Minimum dependency property. |
|
![]() ![]() |
Identifies the SmallChange dependency property. |
|
![]() ![]() |
Identifies the TextAlignment dependency property. |
|
![]() ![]() |
Identifies the Value dependency property. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value indicating whether the value should auto reverse when going below Minimum or above Maximum. This is a dependency property. |
|
![]() |
Gets or sets the background of the increment/decrement buttons. This is a dependency property. |
|
![]() |
Gets or sets the border brush of the increment/decrement buttons. This is a dependency property. |
|
![]() |
Gets or sets the border thickness of the increment/decrement buttons. This is a dependency property. |
|
![]() |
Gets or sets the background of the increment/decrement buttons when they are pointed with the mouse. This is a dependency property. |
|
![]() |
Gets or sets the background of the increment/decrement buttons when they are pressed. This is a dependency property. |
|
![]() |
Gets or sets the size of the increment/decrement buttons. This is a dependency property. |
|
![]() |
Gets or sets the number of digits to display after the floating point. This is a dependency property. |
|
![]() |
Gets or sets a value indicating whether the control is enabled. This is a dependency property. |
|
![]() |
Gets or sets the maximum possible value. This is a dependency property. |
|
![]() |
Gets or sets the minimum possible value. This is a dependency property. |
|
![]() |
Gets or sets the amount to increase or decrease the value with when the increment or decrement buttons are pressed. This is a dependency property. |
|
![]() |
Gets or sets the alignment of the text inside the control. This is a dependency property. |
|
![]() |
Gets or sets the value of the control. This is a dependency property. |
Name | Description | |
---|---|---|
![]() |
FrameworkElement.OnApplyTemplate override. |
Name | Description | |
---|---|---|
![]() |
Raises the ValueChanged event. |
Name | Description | |
---|---|---|
![]() |
Raised when the value displayed by the control has changed. |