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

    Specifies the label connector color.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [Parameter]
    public string ConnectorColor { get; set; }

    Property Value

    Type Description
    String

    The label connector color.

    Remarks

    The ConnectorColor property accepts the following formats:

    • Longhand and shorthand hexadecimal color values: #ffff00, #ff0.
    • RGB and RGBA color codes: rgb(255, 0, 0), rgba(0, 230, 0, 0.3).
    • HTML color name (case-insensitive): red, DarkGreen.

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

    See Also