NumericSpinner
A custom control to support spinning numbers up/down.
public class NumericSpinner : Control
Inherits from / implements: Control
Members at a glance
ContentHostControlStyle | Gets or sets the content host control style. |
Increment | Gets or sets the increment. |
IsReadOnly | Gets or sets a value indicating whether this instance is read only. |
MaximumValue | Gets or sets the maximum value. |
MinimumValue | Gets or sets the minimum value. |
NavigationControlStyle | Gets or sets the navigation control style. |
NavigationVisualFillBrush | Gets or sets the navigation visual fill brush. |
NavigationVisualOnMouseOverBorderBrush | Gets or sets the navigation visual on mouse-over border brush. |
NavigationVisualOnMouseOverBrush | Gets or sets the navigation visual on mouse-over brush. |
NavigationVisualStroke | Gets or sets the navigation visual stroke. |
Value | Gets or sets the value. |
ValueFormat | Gets or sets the value format. |
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. |
ValueChanged | Occurs when the value changes |
ContentHostControlStyleProperty | The content host control style property |
IncrementProperty | The increment property |
IsReadOnlyProperty | Sets whether the instance is read only. |
MaximumValueProperty | The maximum value property |
MinimumValueProperty | The minimum value property |
NavigationControlStyleProperty | The navigation control style property |
NavigationVisualFillBrushProperty | The navigation visual fill brush property |
NavigationVisualOnMouseOverBorderBrushProperty | The navigation visual on mouse-over border brush property |
NavigationVisualOnMouseOverBrushProperty | The navigation visual on mouse-over brush property |
NavigationVisualStrokeProperty | The navigation visual stroke property |
ValueChangedEvent | The value changed event |
ValueFormatProperty | The value format property |
ValueProperty | The value property |
Properties
ContentHostControlStyle
Gets or sets the content host control style.
Value. The content host control style.
Increment
Gets or sets the increment.
Value. The increment.
IsReadOnly
Gets or sets a value indicating whether this instance is read only.
Value. true if this instance is read only; otherwise, false .
MaximumValue
Gets or sets the maximum value.
Value. The maximum value.
MinimumValue
Gets or sets the minimum value.
Value. The minimum value.
Value
Gets or sets the value.
Value. The value.
ValueFormat
Gets or sets the value format.
Value. The value format.
Methods
OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Events
ValueChanged
Occurs when the value changes
Fields
ContentHostControlStyleProperty
The content host control style property
IncrementProperty
The increment property
IsReadOnlyProperty
Sets whether the instance is read only.
MaximumValueProperty
The maximum value property
MinimumValueProperty
The minimum value property
ValueChangedEvent
The value changed event
ValueFormatProperty
The value format property
ValueProperty
The value property