Class HeatMapMargin
Specifies the heatmap margin.
Inheritance
System.Object
HeatMapMargin
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapMargin : OwningComponentBase
Constructors
HeatMapMargin()
Declaration
public HeatMapMargin()
Properties
Bottom
Specifies the bottom margin in pixels.
Declaration
public int Bottom { get; set; }
Property Value
Type |
---|
System.Int32 |
Left
Specifies the left margin in pixels.
Declaration
public int Left { get; set; }
Property Value
Type |
---|
System.Int32 |
Right
Specifies the right margin in pixels.
Declaration
public int Right { get; set; }
Property Value
Type |
---|
System.Int32 |
Top
Specifies the top margin in pixels.
Declaration
public int Top { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |