Justify Enum

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

Fields

0
Left justified.
1
Right justified.
2
Centered.

Extension Methods

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