Enum WhiteSpace
Specifies the white space text used when rendering the text.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public enum WhiteSpace : int
Fields
Name | Description |
---|---|
Nowrap | The text will not wrap. |
Truncate | The text will not wrap, with addition of ellipsis and hidden overflow. |
Wrap | The text will wrap when necessary. |