Class CircularGaugeBorderSettings
Sets and gets the options for customizing the color and width of the gauge border.
Inheritance
System.Object
CircularGaugeBorderSettings
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class CircularGaugeBorderSettings : OwningComponentBase
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 |
---|
System.String |
DashArray
Gets or sets the dash-array of the border in circular gauge.
Declaration
public string DashArray { get; set; }
Property Value
Type |
---|
System.String |
Width
Gets or sets the width of the border in circular gauge.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Dispose(Boolean)
Disposes the property values during the destroy of the component that is hold up for the execution of the component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |