Class CircularGaugeBorderSettings
Sets and gets the options for customizing the color and width of the gauge border.
Inheritance
System.Object
CircularGaugeBorderSettings
Inherited Members
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 |