Class LabelOverflow
Specifies text overflow options when the text overflowing the container.
Inheritance
System.Object
LabelOverflow
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.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 |