Enum TextTrimming
Describes how text is trimmed when it overflows the edge of its containing box.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum TextTrimming
Fields
| Name | Description |
|---|---|
| CharacterEllipsis | Text is trimmed at 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. |