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 |
---|
System.Double |
Left
Gets or sets the left margin value of the gauge.
Declaration
public double Left { get; set; }
Property Value
Type |
---|
System.Double |
Right
Gets or sets the right margin value of the gauge.
Declaration
public double Right { get; set; }
Property Value
Type |
---|
System.Double |
Top
Gets or sets the top margin value of the gauge.
Declaration
public double Top { 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 |