C# Class RadialMenuControl.UserControl.PathBase

Baseclass for Custom Paths drawn within a Menu. Conatains basic tings like angles and radius
Inheritance: Windows.UI.Xaml.Shapes.Path
Show file Open project: CatalystCode/radial-menu Class Usage Examples

Public Properties

Property Type Description
RadiusProperty Windows.UI.Xaml.DependencyProperty
StartAngleProperty Windows.UI.Xaml.DependencyProperty

Protected Properties

Property Type Description
IsLoaded bool

Protected Methods

Method Description
Changed ( PathBase path ) : void

Helper method, called when a path has changed and needs to be redrawn

PathBase ( ) : Windows.UI.Xaml

Constructs a new PathBase instance

Redraw ( ) : void

Specifies how to draw this path

Method Details

Changed() protected static method

Helper method, called when a path has changed and needs to be redrawn
protected static Changed ( PathBase path ) : void
path PathBase
return void

PathBase() protected method

Constructs a new PathBase instance
protected PathBase ( ) : Windows.UI.Xaml
return Windows.UI.Xaml

Redraw() protected abstract method

Specifies how to draw this path
protected abstract Redraw ( ) : void
return void

Property Details

IsLoaded protected property

Has the path already been loaded?
protected bool IsLoaded
return bool

RadiusProperty public static property

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

StartAngleProperty public static property

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