menu

Blazor

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

    Show / Hide Table of Contents

    Class TextOverflow

    Defines the text overflow of the title.

    Inheritance
    System.Object
    TextOverflow
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class TextOverflow : Enum

    Fields

    None

    Specifies that the text will shown as it is.

    Declaration
    public const TextOverflow None
    Field Value
    Type
    TextOverflow

    Trim

    Specifies that the text will trim if exceeded the defined margins.

    Declaration
    public const TextOverflow Trim
    Field Value
    Type
    TextOverflow

    Wrap

    Specifies to wrap the text if exceed the defined margins.

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