MindFusion.Wpf Pack Programmer's Guide
NumericUpDown Properties
 


 Public Properties

  Name Description

AutoReverse

Gets or sets a value indicating whether the value should auto reverse when going below Minimum or above Maximum. This is a dependency property.

ButtonBackground

Gets or sets the background of the increment/decrement buttons. This is a dependency property.

ButtonBorderBrush

Gets or sets the border brush of the increment/decrement buttons. This is a dependency property.

ButtonBorderThickness

Gets or sets the border thickness of the increment/decrement buttons. This is a dependency property.

ButtonOverBackground

Gets or sets the background of the increment/decrement buttons when they are pointed with the mouse. This is a dependency property.

ButtonPressedBackground

Gets or sets the background of the increment/decrement buttons when they are pressed. This is a dependency property.

ButtonSize

Gets or sets the size of the increment/decrement buttons. This is a dependency property.

DecimalDigits

Gets or sets the number of digits to display after the floating point. This is a dependency property.

IsEditable

Gets or sets a value indicating whether the control is enabled. This is a dependency property.

Maximum

Gets or sets the maximum possible value. This is a dependency property.

Minimum

Gets or sets the minimum possible value. This is a dependency property.

SmallChange

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.

TextAlignment

Gets or sets the alignment of the text inside the control. This is a dependency property.

Value

Gets or sets the value of the control. This is a dependency property.

 See Also

NumericUpDown Class
MindFusion.UI.Wpf Namespace