Share via


TextTrimming Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Describes how text is trimmed when it overflows the edge of its containing box.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Enumeration TextTrimming
public enum TextTrimming
<object property="enumMemberName"/>

Members

Member name Description
Supported by Silverlight for Windows Phone None Text is not trimmed.
Supported by Silverlight for Windows Phone WordEllipsis Text is trimmed at a word boundary. An ellipsis (...) is drawn in place of remaining text.

Version Information

Silverlight

Supported in: 5, 4

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference