Centered<T>(T) Method
Sets the
IHasJustification
object to be centered.
public static T Centered<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