C# Class MyDriving.UWP.Controls.CirclePercentage

Mostra 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_oe property

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

IsLargeArc public_oe property

public bool IsLargeArc
return bool

Percentage public_oe property

public double Percentage
return double

Radius public_oe property

public double Radius
return double

Size public_oe property

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

StartPoint public_oe property

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

StrokeThickness public_oe property

public double StrokeThickness
return double

TotalSize public_oe property

public double TotalSize
return double