Skip to main content
All docs
V24.1

DxGaugeGeometrySettings.StartAngle Property

Specifies the start angle of the bar gauge’s arc.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(225)]
[Parameter]
public double StartAngle { get; set; }

Property Value

Type Default Description
Double 225

The start angle in degrees.

Remarks

Refer to the DxGaugeGeometrySettings class description for more information and an example.

See Also