public enum TextCellLineBreakMode : System.Enum
Member | Description |
---|---|
CharacterWrap | If possible for the current platform, wraps to a new line whenever necessary. |
Ellipsis | Truncates the text content at the end and displays an ellipsis character if it can't fit on a line. |
NoWrap | Keeps the text on a single line, but does not attempt to insert an ellipsis character. |
WordWrap | If possible for the current platform, wraps to a new line on a word break, if necessary. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+