IHasBorder Interface
Represents something that has a border.
public interface IHasBorder
- Namespace
- Spectre
.Console - Implementing Types
Properties
- abstract Style BorderStyle
- Gets or sets the box style.
- abstract bool UseSafeBorder
- Gets or sets a value indicating whether or not to use a "safe" border on legacy consoles that might not be able to render non-ASCII characters.
Extension Methods
-
T BorderColor
<IHasBorder> (Color) - Sets the border color.
-
T BorderStyle
<IHasBorder> (Style) - Sets the border style.
-
T NoSafeBorder
<IHasBorder> () - Disables the safe border.
-
T SafeBorder
<IHasBorder> () - Enables the safe border.