Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeBorderSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularGaugeBorderSettings

    Sets and gets the options for customizing the color and width of the gauge border.

    Inheritance
    System.Object
    SfBaseComponent
    CircularGaugeBorderSettings
    CircularGaugeAnnotationTooltipBorder
    CircularGaugeBorder
    CircularGaugeCapBorder
    CircularGaugeLegendBorder
    CircularGaugeLegendShapeBorder
    CircularGaugeNeedleTailBorder
    CircularGaugePointerBorder
    CircularGaugeRangeTooltipBorder
    CircularGaugeTooltipBorder
    Inherited Members
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CircularGaugeBorderSettings : SfBaseComponent

    Constructors

    CircularGaugeBorderSettings()

    Declaration
    public CircularGaugeBorderSettings()

    Properties

    Color

    Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    DashArray

    Gets or sets the dash-array of the border in circular gauge.

    Declaration
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Gets or sets the width of the border in circular gauge.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved