ComponentOne TileControl for WinForms
TextTrimming Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : TextTrimming Enumeration
Defines the method of trimming characters that do not fit in the available space.
Syntax
'Declaration
 
Public Enum TextTrimming 
   Inherits System.Enum
public enum TextTrimming : System.Enum 
Members
MemberDescription
EndEllipsisSpecifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
NoneSpecifies no trimming.
PathEllipsisThe center is removed from trimmed lines and replaced by an ellipsis.
WordEllipsisSpecifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Tile.TextTrimming

See Also

Reference

C1.Win.C1Tile Namespace