Overflow Enum

Represents text overflow.
public enum Overflow
Namespace
Spectre.Console
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • ValueType
  • Enum

Fields

0
Put any excess characters on the next line.
1
Truncates the text at the end of the line.
Truncates the text at the end of the line and also inserts an ellipsis character.