public enum TextVerticalOverflow : System.Enum
Member | Description |
---|---|
Clip | The text is clipped by the containing element. |
Ellipsis | Overflowing text is truncated and an ellipsis is displayed. |
Overflow | The text is allowed to continue outside the bounds of the containing element. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+