C# 클래스 WinRTXamlToolkit.Controls.RingSlice

A Path that represents a ring slice with a given (outer) Radius, InnerRadius, StartAngle, EndAngle and Center.
상속: Windows.UI.Xaml.Shapes.Path
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
BeginUpdate ( ) : void

Suspends path updates until EndUpdate is called;

EndUpdate ( ) : void

Resumes immediate path updates every time a component property value changes. Updates the path.

RingSlice ( ) : System

Initializes a new instance of the RingSlice class.

비공개 메소드들

메소드 설명
OnCenterChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Center property.

OnCenterChanged ( Point oldCenter, Point newCenter ) : void

Provides derived classes an opportunity to handle changes to the Center property.

OnEndAngleChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
OnEndAngleChanged ( double oldEndAngle, double newEndAngle ) : void
OnInnerRadiusChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
OnInnerRadiusChanged ( double oldInnerRadius, double newInnerRadius ) : void
OnRadiusChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
OnRadiusChanged ( double oldRadius, double newRadius ) : void
OnSizeChanged ( object sender, SizeChangedEventArgs sizeChangedEventArgs ) : void
OnStartAngleChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
OnStartAngleChanged ( double oldStartAngle, double newStartAngle ) : void
OnStrokeThicknessChanged ( object sender, double e ) : void
UpdatePath ( ) : void

메소드 상세

BeginUpdate() 공개 메소드

Suspends path updates until EndUpdate is called;
public BeginUpdate ( ) : void
리턴 void

EndUpdate() 공개 메소드

Resumes immediate path updates every time a component property value changes. Updates the path.
public EndUpdate ( ) : void
리턴 void

RingSlice() 공개 메소드

Initializes a new instance of the RingSlice class.
public RingSlice ( ) : System
리턴 System

프로퍼티 상세

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

Center Dependency Property
public static DependencyProperty,Windows.UI.Xaml CenterProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The end angle property.
public static DependencyProperty,Windows.UI.Xaml EndAngleProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The inner radius property
public static DependencyProperty,Windows.UI.Xaml InnerRadiusProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The radius property
public static DependencyProperty,Windows.UI.Xaml RadiusProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The start angle property.
public static DependencyProperty,Windows.UI.Xaml StartAngleProperty
리턴 Windows.UI.Xaml.DependencyProperty