This documentation is archived and is not being maintained.
StringTrimming Enumeration
.NET Framework 1.1
Specifies how to trim characters from a string that does not completely fit into a layout shape.
[Visual Basic] <Serializable> Public Enum StringTrimming [C#] [Serializable] public enum StringTrimming [C++] [Serializable] __value public enum StringTrimming [JScript] public Serializable enum StringTrimming
Members
| Member name | 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. |
Requirements
Namespace: System.Drawing
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: