AlignExtensions Class
Contains extension methods for
Align
.
public static class AlignExtensions
- Namespace
- Spectre
.Console .Extensions
Methods
-
static Align BottomAligned
(Align) -
Sets the
Align
object to be bottom aligned. -
static Align Height
(Align, int?) - Sets the height.
-
static Align MiddleAligned
(Align) -
Sets the
Align
object to be middle aligned. -
static Align TopAligned
(Align) -
Sets the
Align
object to be top aligned. -
static Align VerticalAlignment
(Align, VerticalAlignment?) - Sets the vertical alignment.
-
static Align Width
(Align, int?) - Sets the width.