Truncation
How text is shortened when it does not fit.
- Kind: Enum
- Namespace: SkeleKit
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Values
| Name | Summary |
|---|---|
Head | An ellipsis at the start. |
Middle | An ellipsis in the middle. |
None | Wrap onto the next line, up to MaxLines. |
Tail | An ellipsis at the end. |