HasBorderExtensions Class
Contains extension methods for
IHasBorder
.
public static class HasBorderExtensions
- Namespace
- Spectre
.Console
Methods
-
static T BorderColor
<T> (T, Color) - Sets the border color.
-
static T BorderStyle
<T> (T, Style) - Sets the border style.
-
static T NoSafeBorder
<T> (T) - Disables the safe border.
-
static T SafeBorder
<T> (T) - Enables the safe border.