C# Class MyDriving.UWP.Controls.CirclePercentage

Show file Open project: Azure-Samples/MyDriving

Public Properties

Property Type Description
EndPoint Windows.Foundation.Point
IsLargeArc bool
Percentage double
Radius double
Size Windows.Foundation.Size
StartPoint Windows.Foundation.Point
StrokeThickness double
TotalSize double

Public Methods

Method Description
CirclePercentage ( ) : Windows.Foundation
Update ( ) : void

Private Methods

Method Description
ComputeEndPoint ( ) : void

Method Details

CirclePercentage() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

EndPoint public property

public Point,Windows.Foundation EndPoint
return Windows.Foundation.Point

IsLargeArc public property

public bool IsLargeArc
return bool

Percentage public property

public double Percentage
return double

Radius public property

public double Radius
return double

Size public property

public Size,Windows.Foundation Size
return Windows.Foundation.Size

StartPoint public property

public Point,Windows.Foundation StartPoint
return Windows.Foundation.Point

StrokeThickness public property

public double StrokeThickness
return double

TotalSize public property

public double TotalSize
return double