[]
Defines the method of trimming characters that do not fit in the available space.
public enum TextTrimming
Name | Description |
---|---|
EndEllipsis | Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. |
None | Specifies no trimming. |
PathEllipsis | The center is removed from trimmed lines and replaced by an ellipsis. |
WordEllipsis | Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. |