Class HeatMapMargin
Specifies the heatmap margin.
Inheritance
HeatMapMargin
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapMargin : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapMargin()
Declaration
Properties
Bottom
Specifies the bottom margin in pixels.
Declaration
[Parameter]
public int Bottom { get; set; }
Property Value
Left
Specifies the left margin in pixels.
Declaration
[Parameter]
public int Left { get; set; }
Property Value
Right
Specifies the right margin in pixels.
Declaration
[Parameter]
public int Right { get; set; }
Property Value
Top
Specifies the top margin in pixels.
Declaration
[Parameter]
public int Top { get; set; }
Property Value
Methods
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Overrides
Implements