C# 클래스 WinRTXamlToolkit.Controls.TrianglePicker

상속: Windows.UI.Xaml.Controls.Control
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
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