GxStringTrimming

Description

The GxStringTrimming enumeration contains modes of text trimming.

It is used by the following property:

Available Values

Value Brief description
0 None - the value is determined by the system core.
1 Character - the text is trimmed by the nearest character.
2 Word - the text is trimmed by the nearest word.
3 EllipsisCharacter - the text is trimmed by the nearest character and the ellipsis is pasted in the end of the trimmed string.
4 EllipsisWord - the text is trimmed by the nearest word and the ellipsis is pasted in the end of the trimmed string.
5 EllipsisPath - the center is deleted from the trimmed strings and it is substituted by the ellipsis. This algorithm saves the maximum possible part of the string last segment that is separated by the slash line.

See also:

Drawing Assembly Enumerations