Свойство | Type | Description | |
---|---|---|---|
CaptionChangedEvent | System.Windows.RoutedEvent | ||
CaptionProperty | |||
MaximumRateProperty | |||
MinimumRateProperty | |||
RateChangedEvent | System.Windows.RoutedEvent | ||
RateProperty |
Свойство | Type | Description | |
---|---|---|---|
CoerceMaximumRate | object | ||
IsValidDoubleValue | bool | ||
OnCaptionChanged | void | ||
OnMaximumRateChanged | void | ||
OnMinimumRateChanged | void | ||
OnRateChanged | void |
Méthode | Description | |
---|---|---|
OnCaptionChanged ( String oldValue, String newValue ) : void |
Called when caption changes.
|
|
OnMaximumRateChanged ( double oldMaximum, double newMaximum ) : void |
Called when the P:System.Windows.Controls.Primitives.RangeBase.Maximum property changes.
|
|
OnMinimumRateChanged ( double oldMinimum, double newMinimum ) : void |
Called when [minimum rate changed].
|
|
OnRateChanged ( double oldValue, double newValue ) : void |
Called when rate changes.
|
|
RateBase ( ) : System |
Initializes a new instance of the RateBase class.
|
|
Rescale ( Double rate ) : void |
Provide a change for the RateMaximum to be modified for re-scaling any graphs etc.
|
Méthode | Description | |
---|---|---|
CoerceMaximumRate ( |
Coerces the maximum rate.
|
|
IsValidDoubleValue ( object value ) : bool |
Determines whether the value is a valid double value.
|
|
OnCaptionChanged ( |
Called when the caption changes.
|
|
OnMaximumRateChanged ( |
Called when maximum rate changes.
|
|
OnMinimumRateChanged ( |
Called when minimum rate changes.
|
|
OnRateChanged ( |
Called when the rate changes.
|
protected OnCaptionChanged ( String oldValue, String newValue ) : void | ||
oldValue | String | The old value. |
newValue | String | The new value. |
Résultat | void |
protected OnMaximumRateChanged ( double oldMaximum, double newMaximum ) : void | ||
oldMaximum | double | Old value of the |
newMaximum | double | New value of the |
Résultat | void |
protected OnMinimumRateChanged ( double oldMinimum, double newMinimum ) : void | ||
oldMinimum | double | The old minimum. |
newMinimum | double | The new minimum. |
Résultat | void |
protected OnRateChanged ( double oldValue, double newValue ) : void | ||
oldValue | double | The old value. |
newValue | double | The new value. |
Résultat | void |
protected Rescale ( Double rate ) : void | ||
rate | Double | The current rate |
Résultat | void |
public static RoutedEvent,System.Windows CaptionChangedEvent | ||
Résultat | System.Windows.RoutedEvent |
public static DependencyProperty,System.Windows CaptionProperty | ||
Résultat |
public static DependencyProperty,System.Windows MaximumRateProperty | ||
Résultat |
public static DependencyProperty,System.Windows MinimumRateProperty | ||
Résultat |
public static RoutedEvent,System.Windows RateChangedEvent | ||
Résultat | System.Windows.RoutedEvent |