Свойство | Type | Description | |
---|---|---|---|
RingThicknessProperty | |||
ThumbArcAngleProperty | |||
ThumbBackgroundProperty | |||
ThumbBorderBrushProperty | |||
ThumbBorderThicknessProperty |
Méthode | Description | |
---|---|---|
HueRingPicker ( ) : System |
Initializes a new instance of the HueRingPicker class.
|
Méthode | 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.
|
|
OnMaximumChanged ( double oldMaximum, double newMaximum ) : void |
Called when the Maximum property changes.
|
|
OnMinimumChanged ( double oldMinimum, double newMinimum ) : void |
Called when the Minimum property changes.
|
|
OnValueChanged ( double oldValue, double newValue ) : void |
Fires the ValueChanged routed event.
|
Méthode | Description | |
---|---|---|
DelayedUpdateWorkaround ( ) : void | ||
InitializeMinMaxCoercion ( ) : void |
Initializes event handling to coerce Minimum and Maximum properties to the 0..360 range.
|
|
OnLoaded ( object sender, |
||
OnPointerMoved ( object sender, |
||
OnPointerPressed ( object sender, |
||
OnRingThicknessChanged ( |
Handles changes to the RingThickness property.
|
|
OnRingThicknessChanged ( double oldRingThickness, double newRingThickness ) : void |
Provides derived classes an opportunity to handle changes to the RingThickness property.
|
|
OnSizeChanged ( object sender, |
||
OnThumbArcAngleChanged ( |
Handles changes to the ThumbArcAngle property.
|
|
OnThumbArcAngleChanged ( double oldThumbArcAngle, double newThumbArcAngle ) : void |
Provides derived classes an opportunity to handle changes to the ThumbArcAngle property.
|
|
OnThumbBackgroundChanged ( |
Provides derived classes an opportunity to handle changes to the ThumbBackground property.
|
|
OnThumbBackgroundChanged ( |
Handles changes to the ThumbBackground property.
|
|
OnThumbBorderBrushChanged ( |
Provides derived classes an opportunity to handle changes to the ThumbBorderBrush property.
|
|
OnThumbBorderBrushChanged ( |
Handles changes to the ThumbBorderBrush property.
|
|
OnThumbBorderThicknessChanged ( |
Handles changes to the ThumbBorderThickness property.
|
|
OnThumbBorderThicknessChanged ( double oldThumbBorderThickness, double newThumbBorderThickness ) : void |
Provides derived classes an opportunity to handle changes to the ThumbBorderThickness property.
|
|
OnUnloaded ( object sender, |
||
RunBitmapUpdaterAsync ( ) : void | ||
UpdateHueRingImage ( ) : void | ||
UpdateRingThumb ( ) : void | ||
UpdateValueForPoint ( Point point ) : void | ||
UpdateVisuals ( ) : void |
protected OnMaximumChanged ( double oldMaximum, double newMaximum ) : void | ||
oldMaximum | double | Old value of the Maximum property. |
newMaximum | double | New value of the Maximum property. |
Résultat | void |
protected OnMinimumChanged ( double oldMinimum, double newMinimum ) : void | ||
oldMinimum | double | Old value of the Minimum property. |
newMinimum | double | New value of the Minimum property. |
Résultat | void |
protected OnValueChanged ( double oldValue, double newValue ) : void | ||
oldValue | double | Old value of the Value property. |
newValue | double | New value of the Value property. |
Résultat | void |
public static DependencyProperty,Windows.UI.Xaml RingThicknessProperty | ||
Résultat |
public static DependencyProperty,Windows.UI.Xaml ThumbArcAngleProperty | ||
Résultat |
public static DependencyProperty,Windows.UI.Xaml ThumbBackgroundProperty | ||
Résultat |
public static DependencyProperty,Windows.UI.Xaml ThumbBorderBrushProperty | ||
Résultat |