Version

TextCellLineBreakMode Enumeration

Indicates how to break lines of text for a cell.
Syntax
public enum TextCellLineBreakMode : System.Enum 
Members
MemberDescription
CharacterWrapIf possible for the current platform, wraps to a new line whenever necessary.
EllipsisTruncates the text content at the end and displays an ellipsis character if it can't fit on a line.
NoWrapKeeps the text on a single line, but does not attempt to insert an ellipsis character.
WordWrapIf possible for the current platform, wraps to a new line on a word break, if necessary.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also