C# 클래스 RadialMenuControl.UserControl.PathBase

Baseclass for Custom Paths drawn within a Menu. Conatains basic tings like angles and radius
상속: Windows.UI.Xaml.Shapes.Path
파일 보기 프로젝트 열기: CatalystCode/radial-menu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RadiusProperty Windows.UI.Xaml.DependencyProperty
StartAngleProperty Windows.UI.Xaml.DependencyProperty

보호된 프로퍼티들

프로퍼티 타입 설명
IsLoaded bool

보호된 메소드들

메소드 설명
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

메소드 상세

Changed() 보호된 정적인 메소드

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

PathBase() 보호된 메소드

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

Redraw() 보호된 추상적인 메소드

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

프로퍼티 상세

IsLoaded 보호되어 있는 프로퍼티

Has the path already been loaded?
protected bool IsLoaded
리턴 bool

RadiusProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml RadiusProperty
리턴 Windows.UI.Xaml.DependencyProperty

StartAngleProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml StartAngleProperty
리턴 Windows.UI.Xaml.DependencyProperty