TextTrimming

Description

The TextTrimming enumeration contains modes of text trimming if text does not fit to the component area.

It is used by the following property:

Available Values

Value Brief description
0 None. Trim any word, which does not fit to the component area.
1 WordEllipsis. Trim any word, which does not fit to component area and add the … component after it.
2 EndEllipsis. Trim any word, which does not fit to the component area. The … character is added after the last word.
3 PathEllipsis. Trim any word, which does not fit to the component area. If the string contains characters of the backslash (\), the maximum possible text is displayed after the last backslash. To do it, the text inside the string is replaced with the … character.

See also:

Forms Assembly Enumerations