Xamarin.Forms.LineBreakMode Enumeration
Enumeration specifying various options for line breaking.

Syntax

public enum LineBreakMode

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
CharacterWrapWrap at character boundaries.
HeadTruncationTruncate the head of text.
MiddleTruncationTruncate the middle of text. This may be done, for example, by replacing it with an ellipsis.
NoWrapDo not wrap text.
TailTruncationTruncate the tail of text.
WordWrapWrap at word boundaries.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0