Class CircularGaugeBorderSettings
Defines the options for customizing the color and width of the circular gauge border.
Inheritance
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.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String representing the border color in hex code, rgba, or any valid CSS color string. |
Remarks
This property determines the visual color of the gauge border, allowing for consistent branding or thematic design.
DashArray
Gets or sets the dash-array of the border in the circular gauge.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String specifying the dash pattern for the border. |
Remarks
This property defines the dash pattern for the gauge border, which can be used for decorative or stylistic purposes.
Width
Gets or sets the width of the border in the circular gauge.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A System.Double specifying the width of the border. The default value is |
Remarks
The width determines the thickness of the border, contributing to the gauge's visual appearance.
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 |