menu

Blazor

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

    Show / Hide Table of Contents

    Class HeatMapFont

    Specifies the heatmap tooltip font.

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

    Constructors

    HeatMapFont()

    Declaration
    public HeatMapFont()

    Properties

    Color

    Specifies the color for the text.

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

    FontFamily

    Specifies the font family for the text.

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

    FontStyle

    Specifies the font style for the text.

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

    FontWeight

    Specifies the font weight for the text.

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

    Size

    Specifies the font size for the text.

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

    TextAlignment

    Specifies the text alignment.

    Declaration
    public Alignment TextAlignment { get; set; }
    Property Value
    Type
    Alignment

    TextOverflow

    Specifies the heatmap text overflow.

    Declaration
    public TextOverflow TextOverflow { get; set; }
    Property Value
    Type
    TextOverflow

    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