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. Text is trimmed by the nearest character.
2 Word. Text is trimmed by the nearest word.
3 EllipsisCharacter. Text is trimmed by the nearest character, and ellipsis is inserted at the end of the trimmed string.
4 EllipsisWord. Text is trimmed by the nearest word, and ellipsis is inserted at the end of the trimmed string.
5 EllipsisPath. The center is deleted from the trimmed strings and is substituted by 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