Version 24.2 (latest)

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: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub