C# Class X.UI.Path.Path

Inheritance: Windows.UI.Xaml.Controls.Control
Show file Open project: liquidboy/X

Public Properties

Property Type Description
DataProperty Windows.UI.Xaml.DependencyProperty
PathHeightProperty Windows.UI.Xaml.DependencyProperty
PathTypeProperty Windows.UI.Xaml.DependencyProperty
PathWidthProperty Windows.UI.Xaml.DependencyProperty
RotationProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Path ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
FillPathData ( Windows pathInstance, PathType typeOfPath ) : void
OnPathTypePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

Path() public method

public Path ( ) : System
return System

Property Details

DataProperty public static property

public static DependencyProperty,Windows.UI.Xaml DataProperty
return Windows.UI.Xaml.DependencyProperty

PathHeightProperty public static property

public static DependencyProperty,Windows.UI.Xaml PathHeightProperty
return Windows.UI.Xaml.DependencyProperty

PathTypeProperty public static property

public static DependencyProperty,Windows.UI.Xaml PathTypeProperty
return Windows.UI.Xaml.DependencyProperty

PathWidthProperty public static property

public static DependencyProperty,Windows.UI.Xaml PathWidthProperty
return Windows.UI.Xaml.DependencyProperty

RotationProperty public static property

public static DependencyProperty,Windows.UI.Xaml RotationProperty
return Windows.UI.Xaml.DependencyProperty