PanelHeader(string, Justify?) Constructor
Initializes a new instance of the
PanelHeader
class.
public PanelHeader(string text, Justify? alignment = null)
- Namespace
- Spectre
.Console - Containing Type
- PanelHeader
Parameters
- string text
- The panel header text.
- Justify? alignment
- The panel header alignment.