C# Класс WinRTXamlToolkit.Controls.HueRingPicker

Наследование: Windows.UI.Xaml.Controls.Primitives.RangeBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
RingThicknessProperty Windows.UI.Xaml.DependencyProperty
ThumbArcAngleProperty Windows.UI.Xaml.DependencyProperty
ThumbBackgroundProperty Windows.UI.Xaml.DependencyProperty
ThumbBorderBrushProperty Windows.UI.Xaml.DependencyProperty
ThumbBorderThicknessProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
HueRingPicker ( ) : System

Initializes a new instance of the HueRingPicker class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
DelayedUpdateWorkaround ( ) : void
InitializeMinMaxCoercion ( ) : void

Initializes event handling to coerce Minimum and Maximum properties to the 0..360 range.

OnLoaded ( object sender, RoutedEventArgs e ) : void
OnPointerMoved ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void
OnPointerPressed ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void
OnRingThicknessChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

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, SizeChangedEventArgs sizeChangedEventArgs ) : void
OnThumbArcAngleChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

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 ( Brush oldThumbBackground, Brush newThumbBackground ) : void

Provides derived classes an opportunity to handle changes to the ThumbBackground property.

OnThumbBackgroundChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the ThumbBackground property.

OnThumbBorderBrushChanged ( Brush oldThumbBorderBrush, Brush newThumbBorderBrush ) : void

Provides derived classes an opportunity to handle changes to the ThumbBorderBrush property.

OnThumbBorderBrushChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the ThumbBorderBrush property.

OnThumbBorderThicknessChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

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, RoutedEventArgs e ) : void
RunBitmapUpdaterAsync ( ) : void
UpdateHueRingImage ( ) : void
UpdateRingThumb ( ) : void
UpdateValueForPoint ( Point point ) : void
UpdateVisuals ( ) : void

Описание методов

HueRingPicker() публичный Метод

Initializes a new instance of the HueRingPicker class.
public HueRingPicker ( ) : System
Результат System

OnApplyTemplate() защищенный Метод

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.
protected OnApplyTemplate ( ) : void
Результат void

OnMaximumChanged() защищенный Метод

Called when the Maximum property changes.
protected OnMaximumChanged ( double oldMaximum, double newMaximum ) : void
oldMaximum double Old value of the Maximum property.
newMaximum double New value of the Maximum property.
Результат void

OnMinimumChanged() защищенный Метод

Called when the Minimum property changes.
protected OnMinimumChanged ( double oldMinimum, double newMinimum ) : void
oldMinimum double Old value of the Minimum property.
newMinimum double New value of the Minimum property.
Результат void

OnValueChanged() защищенный Метод

Fires the ValueChanged routed event.
protected OnValueChanged ( double oldValue, double newValue ) : void
oldValue double Old value of the Value property.
newValue double New value of the Value property.
Результат void

Описание свойств

RingThicknessProperty публичное статическое свойство

RingThickness Dependency Property
public static DependencyProperty,Windows.UI.Xaml RingThicknessProperty
Результат Windows.UI.Xaml.DependencyProperty

ThumbArcAngleProperty публичное статическое свойство

ThumbArcAngle Dependency Property
public static DependencyProperty,Windows.UI.Xaml ThumbArcAngleProperty
Результат Windows.UI.Xaml.DependencyProperty

ThumbBackgroundProperty публичное статическое свойство

ThumbBackground Dependency Property
public static DependencyProperty,Windows.UI.Xaml ThumbBackgroundProperty
Результат Windows.UI.Xaml.DependencyProperty

ThumbBorderBrushProperty публичное статическое свойство

ThumbBorderBrush Dependency Property
public static DependencyProperty,Windows.UI.Xaml ThumbBorderBrushProperty
Результат Windows.UI.Xaml.DependencyProperty

ThumbBorderThicknessProperty публичное статическое свойство

ThumbBorderThickness Dependency Property
public static DependencyProperty,Windows.UI.Xaml ThumbBorderThicknessProperty
Результат Windows.UI.Xaml.DependencyProperty