PadBottom<T>(T, int) Method
Sets the bottom padding.
public static T PadBottom<T>(this T obj, int bottom) where T : class, IPaddable
- Namespace
- Spectre
.Console - Containing Type
- PaddableExtensions
Parameters
-
T
- An object implementing
IPaddable
.
Parameters
- T obj
- The paddable object instance.
- int bottom
- The bottom padding.
Returns
- T