'Declaration
Public Enum StringTrimming Inherits System.Enum
public enum StringTrimming : System.Enum
'Declaration
Public Enum StringTrimming Inherits System.Enum
public enum StringTrimming : System.Enum
Member | Description |
---|---|
Character | Specifies that the text is trimmed to the nearest character. |
EllipsisCharacter | Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. |
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. |
EllipsisWord | Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. |
None | Specifies no trimming. |
Word | Specifies that text is trimmed to the nearest word. |
System.Object
System.ValueType
System.Enum
C1.Framework.Drawing.Gdi.StringTrimming
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2