Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextOverflow

    Show / Hide Table of Contents

    Class TextOverflow

    Defines the text overflow.

    • None:Used to show the heatmap text with overlap to other elements.
    • Wrap:Used to show the heatmap text with Wrap support.
    • Trim:Used to show the heatmap text with Trim.
    Inheritance
    System.Object
    TextOverflow
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class TextOverflow : Enum

    Fields

    None

    Used to show the heatmap text with overlap to other elements.

    Declaration
    public const TextOverflow None
    Field Value
    Type Description
    TextOverflow

    Trim

    Used to show the heatmap text with Trim.

    Declaration
    public const TextOverflow Trim
    Field Value
    Type Description
    TextOverflow

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Wrap

    Used to show the heatmap text with Wrap support.

    Declaration
    public const TextOverflow Wrap
    Field Value
    Type Description
    TextOverflow
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved