Skip to main content

RadialProgressBar.SweepAngle Property

Gets or sets the RadialProgressBar sweep angle. The sweep’s 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 SweepAngle { get; set; }

Property Value

Type Description
Double

The sweep angle.

Remarks

The following image shows a radial progress bar with different sweep angles (the start angle is 0):

DevExpress Gauges for .NET MAUI - Sweep angle

See Also