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

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

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

Свойство Тип Описание
XProperty Windows.UI.Xaml.DependencyProperty
YProperty Windows.UI.Xaml.DependencyProperty

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

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

Initializes a new instance of the TrianglePicker 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.

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

Метод Описание
OnSomeSizeChanged ( object sender, SizeChangedEventArgs sizeChangedEventArgs ) : void
OnTouchTargetPointerMoved ( object sender, PointerRoutedEventArgs e ) : void
OnTouchTargetPointerPressed ( object sender, PointerRoutedEventArgs e ) : void
OnXChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the X property.

OnXChanged ( double oldX, double newX ) : void

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

OnYChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Y property.

OnYChanged ( double oldY, double newY ) : void

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

UpdateSelection ( Point position ) : void
UpdateThumbPosition ( ) : void

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

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

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

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

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

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

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

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

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