alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class LabelOverflow

    Specifies text overflow options when text overflows its container.

    Inheritance
    System.Object
    LabelOverflow
    Namespace: Syncfusion.Blazor.Toolkit
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public sealed class LabelOverflow : Enum

    Fields

    Clip

    Clips the text without appending any indicator.

    Declaration
    public const LabelOverflow Clip
    Field Value
    Type
    LabelOverflow

    Ellipse

    Appends an ellipsis (...) to clipped text.

    Declaration
    public const LabelOverflow Ellipse
    Field Value
    Type
    LabelOverflow
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved