menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapTooltipBorder - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapTooltipBorder

    Specifies the heatmap tooltip border.

    Inheritance
    System.Object
    HeatMapTooltipBorder
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HeatMapTooltipBorder : OwningComponentBase

    Constructors

    HeatMapTooltipBorder()

    Declaration
    public HeatMapTooltipBorder()

    Properties

    Color

    Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.

    Declaration
    public string Color { get; set; }
    Property Value
    Type
    System.String

    Width

    Specifies the width of the border in pixels.

    Declaration
    public int Width { 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved