AlignableExtensions Class
Contains extension methods for
IAlignable
.
public static class AlignableExtensions
- Namespace
- Spectre
.Console
Methods
-
static T Alignment
<T> (T, Justify?) -
Sets the alignment for an
IAlignable
object. -
static T Centered
<T> (T) -
Sets the
IAlignable
object to be centered. -
static T LeftAligned
<T> (T) -
Sets the
IAlignable
object to be left aligned. -
static T RightAligned
<T> (T) -
Sets the
IAlignable
object to be right aligned.