Property | Type | Description | |
---|---|---|---|
DragSpeedProperty | |||
IsReadOnlyProperty | |||
ValueBarVisibilityProperty | |||
ValueFormatProperty |
Method | Description | |
---|---|---|
Decrement ( ) : bool |
Decrements the value by SmallChange.
|
|
Increment ( ) : bool | ||
NumericUpDown ( ) : System |
Initializes a new instance of the NumericUpDown class.
|
Method | Description | |
---|---|---|
OnApplyTemplate ( ) : void |
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
|
|
OnValueChanged ( double oldValue, double newValue ) : void |
Fires the ValueChanged routed event.
|
Method | Description | |
---|---|---|
ApplyManipulationDelta ( double delta ) : void | ||
CoreWindowOnPointerReleased ( |
||
EndDragging ( |
||
OnCoreWindowVisibilityChanged ( |
||
OnDecrementButtonClick ( object sender, |
||
OnDecrementButtonIsPressedChanged ( object decrementButton, bool isPressed ) : void | ||
OnDragOverlayManipulationDelta ( object sender, |
||
OnDragOverlayPointerCaptureLost ( object sender, |
||
OnDragOverlayPointerPressed ( object sender, |
||
OnDragOverlayPointerReleased ( object sender, |
||
OnDragOverlayTapped ( object sender, |
||
OnGotFocus ( object sender, |
||
OnIncrementButtonClick ( object sender, |
||
OnIncrementButtonIsPressedChanged ( object incrementButton, bool isPressed ) : void | ||
OnIsReadOnlyChanged ( ) : void |
Provides derived classes an opportunity to handle changes to the IsReadOnly property.
|
|
OnIsReadOnlyChanged ( |
Handles changes to the IsReadOnly property.
|
|
OnLoaded ( object sender, |
||
OnLostFocus ( object sender, |
||
OnMouseDragged ( |
||
OnPointerWheelChanged ( object sender, |
||
OnUnloaded ( object sender, |
||
OnValueBarSizeChanged ( object sender, |
||
OnValueBarVisibilityChanged ( ) : void |
Provides derived classes an opportunity to handle changes to the ValueBarVisibility property.
|
|
OnValueBarVisibilityChanged ( |
Handles changes to the ValueBarVisibility property.
|
|
OnValueFormatChanged ( ) : void |
Provides derived classes an opportunity to handle changes to the ValueFormat property.
|
|
OnValueFormatChanged ( |
Handles changes to the ValueFormat property.
|
|
OnValueTextBoxGotFocus ( object sender, |
||
OnValueTextBoxKeyDown ( object sender, |
||
OnValueTextBoxLostFocus ( object sender, |
||
OnValueTextBoxPointerExited ( object sender, |
||
OnValueTextBoxTextChanged ( object sender, TextChangedEventArgs textChangedEventArgs ) : void | ||
ResumeValueTextBoxTabStopAsync ( ) : void | ||
SetValidIncrementDirection ( ) : void | ||
SetValueAndUpdateValidDirections ( double value ) : bool | ||
SuspendValueTextBoxTabStop ( ) : void | ||
UpdateByDragging ( double dx, double dy ) : bool | ||
UpdateIsReadOnlyDependants ( ) : void | ||
UpdateValueBar ( ) : void | ||
UpdateValueFromText ( ) : bool | ||
UpdateValueText ( ) : void |
protected OnValueChanged ( double oldValue, double newValue ) : void | ||
oldValue | double | Old value of the Value property. |
newValue | double | New value of the Value property. |
return | void |
public static DependencyProperty,Windows.UI.Xaml DragSpeedProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml IsReadOnlyProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ValueBarVisibilityProperty | ||
return |