Property | Type | Description | |
---|---|---|---|
DecimalPlacesProperty | |||
LargeChangeProperty | |||
MaximumProperty | |||
MinimumProperty | |||
SmallChangeProperty | |||
ValueProperty |
Property | Type | Description | |
---|---|---|---|
CoerceValue | double | ||
MoveValue | void | ||
NumericUpDown | System | ||
void | |||
SetInputValue | void | ||
SetValue | void | ||
downButton_Click | void | ||
drag_Changed | void | ||
drag_Completed | void | ||
drag_Started | void | ||
upButton_Click | void |
Method | Description | |
---|---|---|
LargeDown ( ) : void | ||
LargeUp ( ) : void | ||
OnApplyTemplate ( ) : void | ||
SmallDown ( ) : void | ||
SmallUp ( ) : void |
Method | Description | |
---|---|---|
OnDragCompleted ( ) : void | ||
OnDragStarted ( ) : void | ||
OnLostFocus ( |
||
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Method | Description | |
---|---|---|
CoerceValue ( double newValue ) : double | ||
MoveValue ( double delta ) : void | ||
NumericUpDown ( ) : System | ||
Print ( ) : void | ||
SetInputValue ( ) : void | ||
SetValue ( double newValue ) : void | ||
downButton_Click ( object sender, |
||
drag_Changed ( |
||
drag_Completed ( |
||
drag_Started ( |
||
upButton_Click ( object sender, |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | |
return | void |
protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
public static DependencyProperty,System.Windows DecimalPlacesProperty | ||
return |
public static DependencyProperty,System.Windows LargeChangeProperty | ||
return |
public static DependencyProperty,System.Windows MaximumProperty | ||
return |
public static DependencyProperty,System.Windows MinimumProperty | ||
return |
public static DependencyProperty,System.Windows SmallChangeProperty | ||
return |