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
Afficher le fichier Open project: CatalystCode/radial-menu Class Usage Examples

Méthodes publiques

Свойство Type Description
RadiusProperty Windows.UI.Xaml.DependencyProperty
StartAngleProperty Windows.UI.Xaml.DependencyProperty

Protected Properties

Свойство Type Description
IsLoaded bool

Méthodes protégées

Méthode 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 méthode

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

PathBase() protected méthode

Constructs a new PathBase instance
protected PathBase ( ) : Windows.UI.Xaml
Résultat Windows.UI.Xaml

Redraw() protected abstract méthode

Specifies how to draw this path
protected abstract Redraw ( ) : void
Résultat void

Property Details

IsLoaded protected_oe property

Has the path already been loaded?
protected bool IsLoaded
Résultat bool

RadiusProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml RadiusProperty
Résultat Windows.UI.Xaml.DependencyProperty

StartAngleProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml StartAngleProperty
Résultat Windows.UI.Xaml.DependencyProperty