MindFusion.Wpf Pack Programmer's Guide
NumericUpDown Members
Constructors Fields Properties Methods Events
 


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.

 Public Constructors

  Name Description

NumericUpDown

Initializes a new instance of the NumericUpDown class.

 Public Fields

  Name Description

AutoReverseProperty

Identifies the AutoReverse dependency property.

ButtonBackgroundProperty

Identifies the ButtonBackground dependency property.

ButtonBorderBrushProperty

Identifies the ButtonBorderBrush dependency property.

ButtonBorderThicknessProperty

Identifies the ButtonBorderThickness dependency property.

ButtonOverBackgroundProperty

Identifies the ButtonOverBackground dependency property.

ButtonPressedBackgroundProperty

Identifies the ButtonPressedBackground dependency property.

ButtonSizeProperty

Identifies the ButtonSize dependency property.

DecimalDigitsProperty

Identifies the DecimalDigits dependency property.

IsEditableProperty

Identifies the IsEditable dependency property.

MaximumProperty

Identifies the Maximum dependency property.

MinimumProperty

Identifies the Minimum dependency property.

SmallChangeProperty

Identifies the SmallChange dependency property.

TextAlignmentProperty

Identifies the TextAlignment dependency property.

ValueProperty

Identifies the Value dependency property.

 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.

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 Protected Methods

  Name Description

OnValueChanged

Raises the ValueChanged event.

 Public Events

  Name Description

ValueChanged

Raised when the value displayed by the control has changed.

 See Also

NumericUpDown Class
MindFusion.UI.Wpf Namespace