Right(IRenderable, VerticalAlignment?) Method
Initializes a new instance of the
Align
class that is right aligned.
public static Align Right(IRenderable renderable, VerticalAlignment? vertical = null)
- Namespace
- Spectre
.Console - Containing Type
- Align
Parameters
- IRenderable renderable
- The
IRenderable
to align. - VerticalAlignment? vertical
- The vertical alignment, or
null
if none.