PaddableExtensions Class

Contains extension methods for IPaddable.
public static class PaddableExtensions
Namespace
Spectre.Console

Methods

static T PadBottom<T>(T, int)
Sets the bottom padding.
static T Padding<T>(T, int, int, int, int)
Sets the left, top, right and bottom padding.
static T Padding<T>(T, int, int)
Sets the horizontal and vertical padding.
static T Padding<T>(T, Padding)
Sets the padding.
static T PadLeft<T>(T, int)
Sets the left padding.
static T PadRight<T>(T, int)
Sets the right padding.
static T PadTop<T>(T, int)
Sets the top padding.