alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class LabelOverflow

    Specifies text overflow options when the text overflowing the container.

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

    Fields

    Clip

    Specifies the text is clipped and not accessible.

    Declaration
    public const LabelOverflow Clip
    Field Value
    Type
    LabelOverflow

    Ellipse

    Specifies an ellipsis (�...�) to the 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