Version

TextVerticalOverflow Enumeration

Constants which describe whether text is allowed to continue vertically outside the bounds of the containing element.
Syntax
public enum TextVerticalOverflow : System.Enum 
Members
MemberDescription
ClipThe text is clipped by the containing element.
EllipsisOverflowing text is truncated and an ellipsis is displayed.
OverflowThe text is allowed to continue outside the bounds of the containing element.
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