The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TextTrimming Enumeration
.NET Framework (current version)
Describes how text is trimmed when it overflows the edge of its containing box.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| CharacterEllipsis | Text is trimmed at a character boundary. An ellipsis (...) is drawn in place of remaining text. | |
| None | Text is not trimmed. | |
| WordEllipsis | Text is trimmed at a word boundary. An ellipsis (...) is drawn in place of remaining text. |
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: