Skip to main content
All docs
V26.1
  • DxGaugeGeometrySettings.StartAngle Property

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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 additional information and an example.

    See Also