VerticalOverflowCropping Enum

Represent vertical overflow cropping.
public enum VerticalOverflowCropping
Namespace
Spectre.Console
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • ValueType
  • Enum

Fields

Top
0
Crops the top.
1
Crops the bottom.

Extension Methods

T And<VerticalOverflowCropping>(Action<VerticalOverflowCropping>)
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.