Class HeatMapTooltipBorder
Specifies the heatmap tooltip border.
Inheritance
HeatMapTooltipBorder
Assembly: Syncfusion.Blazor.dll
public class HeatMapTooltipBorder : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
Declaration
public HeatMapTooltipBorder()
Properties
Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.
Declaration
[Parameter]
public string Color { get; set; }
Property Value
Specifies the width of the border in pixels.
Declaration
[Parameter]
public int Width { get; set; }
Property Value
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Implements