C# Class ArcControl.Arc

Show file Open project: arek-kubiak/ArcControl

Public Properties

Property Type Description
FillProperty DependencyProperty
PercentValueProperty DependencyProperty
RadiusProperty DependencyProperty
ThicknessProperty DependencyProperty

Public Methods

Method Description
Arc ( ) : Windows.Foundation

Private Methods

Method Description
Draw ( ) : void
GetAngle ( ) : double
GetCenterPoint ( ) : Point
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnPercentValuePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnSizePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SetControlSize ( ) : void

Method Details

Arc() public method

public Arc ( ) : Windows.Foundation
return Windows.Foundation

Property Details

FillProperty public static property

public static DependencyProperty FillProperty
return DependencyProperty

PercentValueProperty public static property

public static DependencyProperty PercentValueProperty
return DependencyProperty

RadiusProperty public static property

public static DependencyProperty RadiusProperty
return DependencyProperty

ThicknessProperty public static property

public static DependencyProperty ThicknessProperty
return DependencyProperty