Class LinearGaugeMarginSettings
Defines the options to customize the left, right, top and bottom margins of the linear gauge.
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class LinearGaugeMarginSettings : OwningComponentBase
Constructors
LinearGaugeMarginSettings()
Declaration
public LinearGaugeMarginSettings()
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 representing the bottom margin of the gauge. The default value is 10. |
Remarks
Adjust the bottom margin to control the spacing between the bottom edge 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 representing the left margin of the gauge. The default value is 10. |
Remarks
Use this property to specify 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 representing the right margin of the gauge. The default value is 10. |
Remarks
This property is used to set the space between the gauge's right side and the 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 representing the top margin of the gauge. The default value is 10. |
Remarks
Set the top margin to adjust the distance between the top edge of the gauge and its surrounding elements.
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 |