HasJustificationExtensions Class
Contains extension methods for
IHasJustification
.
public static class HasJustificationExtensions
- Namespace
- Spectre
.Console
Methods
-
static T Centered
<T> (T) -
Sets the
IHasJustification
object to be centered. -
static T Justify
<T> (T, Justify?) -
Sets the justification for an
IHasJustification
object. -
static T LeftJustified
<T> (T) -
Sets the
IHasJustification
object to be left justified. -
static T RightJustified
<T> (T) -
Sets the
IHasJustification
object to be right justified.