Enum LabelOverflow
Specifies text overflow options when the text overflowing the container.
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelOverflow
Fields
| Name | Description |
|---|---|
| Clip | Specifies the text is clipped and not accessible. |
| Ellipse | Specifies an ellipsis (“...”) to the clipped text. |