Justify<T>(T, Justify?) Method
Sets the justification for an
IHasJustification
object.
public static T Justify<T>(this T obj, Justify? alignment) where T : class, IHasJustification
- Namespace
- Spectre
.Console - Containing Type
- Has
Justification Extensions
Parameters
-
T
- The type that can be justified.
Parameters
- T obj
- The alignable object.
- Justify? alignment
- The alignment.
Returns
- T