'Declaration Public Enum TextTrimming Inherits System.Enum
public enum TextTrimming : System.Enum
Member | Description |
---|---|
Character | The text is trimmed to the nearest character. |
CharacterWithLineLimit | The text is trimmed to the nearest character. |
Default | The default trimming. |
EllipsisCharacter | The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. |
EllipsisCharacterWithLineLimit | The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. |
EllipsisPath | The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible. |
EllipsisPathWithLineLimit | The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible. |
EllipsisWord | The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. |
EllipsisWordWithLineLimit | The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. |
None | No trimming |
NoneWithLineLimit | No trimming |
Word | The text is trimmed to the nearest word. |
WordWithLineLimit | The text is trimmed to the nearest word. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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