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
public double StartAngle { get; set; }
Property Value
Type | Description |
---|---|
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