Class CircularGaugeMarginSettings
Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
CircularGaugeMarginSettings
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class CircularGaugeMarginSettings : SfBaseComponent
Constructors
CircularGaugeMarginSettings()
Declaration
public CircularGaugeMarginSettings()
Properties
Bottom
Gets and sets the bottom margin value of the gauge.
Declaration
public double Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Left
Gets and sets the left margin value of the gauge.
Declaration
public double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Right
Gets and sets the right margin value of the gauge.
Declaration
public double Right { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Top
Gets and sets the top margin value of the gauge.
Declaration
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double |