Class TextWrap
Specifies text wrap options when the text overflowing the container.
Inheritance
System.Object
TextWrap
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TextWrap : Enum
Fields
AnyWhere
Specifies to break a word at any point if there are no otherwise-acceptable break points in the line.
Declaration
public const TextWrap AnyWhere
Field Value
Type |
---|
TextWrap |
Normal
Specifies to break words only at allowed break points.
Declaration
public const TextWrap Normal
Field Value
Type |
---|
TextWrap |
Wrap
Specifies to break a word once it is too long to fit on a line by itself.
Declaration
public const TextWrap Wrap
Field Value
Type |
---|
TextWrap |