PromptPlus API:Overflow
Overflow
Namespace: PPlus
Represents text overflow.
public enum Overflow
Inheritance Object → ValueType → Enum → Overflow
Implements IComparable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
None | 0 | Put any excess characters on the next line. |
Crop | 1 | Truncates the text at the end of the line. |
Ellipsis | 2 | Truncates the text at the end of the line and also inserts an ellipsis character. |