[]
        
(Showing Draft Content)

C1.Win.C1Tile.TextTrimming

TextTrimming Enum

Defines the method of trimming characters that do not fit in the available space.

Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public enum TextTrimming

Fields

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.