VerticalOverflow Enum

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

Fields

0
Crop overflow.
Add an ellipsis at the end.
Do not do anything about overflow.

Extension Methods

T And<VerticalOverflow>(Action<VerticalOverflow>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.