Class LineBreakMode
Enumeration specifying various options for line breaking in the text. UWP does not support HeadTruncation and MiddleTruncation.
Inheritance
System.Object
LineBreakMode
Namespace: Syncfusion.XForms.Buttons
Assembly: Syncfusion.Buttons.XForms.dll
Syntax
public sealed class LineBreakMode : Enum
Fields
CharacterWrap
Wrap at character boundaries.
Declaration
public const LineBreakMode CharacterWrap
Field Value
Type |
---|
LineBreakMode |
HeadTruncation
Truncate the head of text.
Declaration
public const LineBreakMode HeadTruncation
Field Value
Type |
---|
LineBreakMode |
MiddleTruncation
Truncate the middle of text. This may be done, for example, by replacing it with an ellipsis.
Declaration
public const LineBreakMode MiddleTruncation
Field Value
Type |
---|
LineBreakMode |
NoWrap
Do not wrap text.
Declaration
public const LineBreakMode NoWrap
Field Value
Type |
---|
LineBreakMode |
TailTruncation
Truncate the tail of text.
Declaration
public const LineBreakMode TailTruncation
Field Value
Type |
---|
LineBreakMode |
WordWrap
Wrap at word boundaries.
Declaration
public const LineBreakMode WordWrap
Field Value
Type |
---|
LineBreakMode |