Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapCellTextStyle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapCellTextStyle

    Specifies the heatmap cell value text style.

    Inheritance
    System.Object
    SfBaseComponent
    HeatMapCellTextStyle
    Inherited Members
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HeatMapCellTextStyle : SfBaseComponent

    Constructors

    HeatMapCellTextStyle()

    Declaration
    public HeatMapCellTextStyle()

    Properties

    Color

    Specifies the color for the text.

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

    FontFamily

    Specifies the font family for the text.

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

    FontStyle

    Specifies the font style for the text.

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

    FontWeight

    Specifies the font weight for the text.

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

    Size

    Specifies the font size for the text.

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

    TextAlignment

    Specifies the text alignment.

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

    TextOverflow

    Specifies the heat map text overflow.

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

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfBaseComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved