C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : TextTrimming Enumeration |
'Declaration Public Enum TextTrimming Inherits System.Enum
public enum TextTrimming : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Tile.TextTrimming