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