C# Class WinRTXamlToolkit.Controls.TrianglePicker

Inheritance: Windows.UI.Xaml.Controls.Control
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
XProperty Windows.UI.Xaml.DependencyProperty
YProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
TrianglePicker ( ) : System

Initializes a new instance of the TrianglePicker class.

Protected Methods

Method 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.

Private Methods

Method Description
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

Method Details

OnApplyTemplate() protected method

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
return void

TrianglePicker() public method

Initializes a new instance of the TrianglePicker class.
public TrianglePicker ( ) : System
return System

Property Details

XProperty public_oe static_oe property

X Dependency Property
public static DependencyProperty,Windows.UI.Xaml XProperty
return Windows.UI.Xaml.DependencyProperty

YProperty public_oe static_oe property

Y Dependency Property
public static DependencyProperty,Windows.UI.Xaml YProperty
return Windows.UI.Xaml.DependencyProperty