Represents a banner that can be customized and displayed.
public interface IStringDashSet border options for the string dash.
ConsolePlusLibrary.IStringDash Border(ConsolePlusLibrary.DashOptions dashOptions);dashOptions DashOptions
The DashOptions to apply.
IStringDash
The current IStringDash instance for method chaining.
Sets the number of extra lines to be added to the string dash.
ConsolePlusLibrary.IStringDash Extralines(int value);value System.Int32
The number of extra lines to add.
IStringDash
The current IStringDash instance for method chaining.
Displays the string dash widget.
void Show();