C# Class WinRTXamlToolkit.Controls.PieSlice

A path that represents a pie slice with a given Radius, StartAngle and EndAngle.
Inheritance: Windows.UI.Xaml.Shapes.Path
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

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

Méthodes publiques

Méthode Description
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.

PieSlice ( ) : System

Initializes a new instance of the PieSlice class.

Private Methods

Méthode Description
OnEndAngleChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
OnEndAngleChanged ( double oldEndAngle, double newEndAngle ) : void
OnRadiusChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
OnRadiusChanged ( double oldRadius, double newRadius ) : void
OnSizeChanged ( object sender, SizeChangedEventArgs e ) : void
OnStartAngleChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
OnStartAngleChanged ( double oldStartAngle, double newStartAngle ) : void
OnStrokeThicknessChanged ( object sender, double e ) : void
UpdatePath ( ) : void

Method Details

BeginUpdate() public méthode

Suspends path updates until EndUpdate is called;
public BeginUpdate ( ) : void
Résultat void

EndUpdate() public méthode

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

PieSlice() public méthode

Initializes a new instance of the PieSlice class.
public PieSlice ( ) : System
Résultat System

Property Details

EndAngleProperty public_oe static_oe property

The end angle property.
public static DependencyProperty,Windows.UI.Xaml EndAngleProperty
Résultat Windows.UI.Xaml.DependencyProperty

RadiusProperty public_oe static_oe property

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

StartAngleProperty public_oe static_oe property

The start angle property
public static DependencyProperty,Windows.UI.Xaml StartAngleProperty
Résultat Windows.UI.Xaml.DependencyProperty