Class CircularGaugeMarginSettings
Sets and gets the options to customize the left, right, top, and bottom margins of the circular gauge.
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class CircularGaugeMarginSettings : OwningComponentBase
Constructors
CircularGaugeMarginSettings()
Declaration
public CircularGaugeMarginSettings()
Properties
Bottom
Gets or sets the bottom margin value of the gauge.
Declaration
public double Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A System.Double that specifies the distance from the bottom edge of the container. The default value is 10. |
Remarks
This margin value is used to define the space between the bottom of the gauge and its container.
Left
Gets or sets the left margin value of the gauge.
Declaration
public double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A System.Double that specifies the distance from the left edge of the container. The default value is 10. |
Remarks
This margin value is used to define the space between the left side of the gauge and its container.
Right
Gets or sets the right margin value of the gauge.
Declaration
public double Right { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A System.Double that specifies the distance from the right edge of the container. The default value is 10. |
Remarks
This margin value is used to define the space between the right side of the gauge and its container.
Top
Gets or sets the top margin value of the gauge.
Declaration
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A System.Double that specifies the distance from the top edge of the container. The default value is 10. |
Remarks
This margin value is used to define the space between the top of the gauge and its container.
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 |