Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : ControlTextTrimming Enumeration |
public enum ControlTextTrimming : System.Enum
'Declaration
Public Enum ControlTextTrimming Inherits System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | None | Specifies no trimming. |
0x00000001 | Character | Specifies that the text is trimmed to the nearest character. |
0x00000002 | Word | Specifies that text is trimmed to the nearest word. |
0x00000003 | EllipsisCharacter | Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. |
0x00000004 | EllipsisWord | Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. |
0x00000005 | EllipsisPath | The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible. |
Use by ImageViewer.ItemTextTrimming property.
System.Object
System.ValueType
System.Enum
Leadtools.Controls.ControlTextTrimming