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 |