TextTruncate
Controls the truncation of text when using the TextTruncate
property.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
326 | None | 0 | Text is not truncated. | |
326 | AtEnd | 1 | Text is truncated at the end of the text; extra graphemes that cannot fit
into the space are replaced with For example, if the control is between -> and <- like so:
The text will be:
| |
620 | SplitWord | 2 | If the end of the line occurs in the middle of a word, the text is
truncated inside of that word. Extra graphemes that cannot fit into the
space are replaced with For example, if the control is between -> and <- like so:
The text will be:
|
Description
Controls the truncation of text when using the TextTruncate
property.