Back to Devexpress

RadialProgressBar.StartAngle Property

maui-devexpress-dot-maui-dot-gauges-dot-radialprogressbar-73fd1120.md

latest1.2 KB
Original Source

RadialProgressBar.StartAngle Property

Gets or sets the angle on the cartesian plane that is associated with the scale’s zero value. The 0 angle is at the 3 o’clock position and the rotation is clockwise in degrees. This is a bindable property.

Namespace : DevExpress.Maui.Gauges

Assembly : DevExpress.Maui.Gauges.dll

NuGet Package : DevExpress.Maui.Gauges

Declaration

csharp
public double StartAngle { get; set; }

Property Value

TypeDescription
Double

The angle that is associated with the scale’s zero value.

|

Remarks

The following image shows a radial progress bar with different starting angles (the sweep angle is 240 degrees):

See Also

RadialProgressBar Class

RadialProgressBar Members

DevExpress.Maui.Gauges Namespace