Skip to main content
All docs
V25.1
  • DxBarGaugeLabelSettings.Indent Property

    Specifies the indent between the outermost bar and bar labels.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(20)]
    [Parameter]
    public int Indent { get; set; }

    Property Value

    Type Default Description
    Int32 20

    The indent in pixels.

    Remarks

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

    See Also