LeftJustified<T>(T) Method
Sets the
IHasJustification
object to be left justified.
public static T LeftJustified<T>(this T obj) 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.
Returns
- T