Version

TextHorizontalOverflow Enumeration

Constants which describe whether text is allowed to continue horizontally outside the bounds of the containing element.
Syntax
public enum TextHorizontalOverflow : System.Enum 
Members
MemberDescription
ClipThe text is clipped by the containing element.
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