[]
Represents an enumeration that defines the ellipsis mode.
public enum EllipsisMode
Public Enum EllipsisMode
| Name | Description |
|---|---|
| EllipsisEnd | Specifies to trim the end of the string with characters. |
| EllipsisPath | Specifies to trim the center of the string with charactors. |
| None | Specifies no ellipsis trim. |