HasBoxBorderExtensions Class

Contains extension methods for IHasBoxBorder.
public static class HasBoxBorderExtensions
Namespace
Spectre.Console

Methods

static T AsciiBorder<T>(T)
Display an ASCII border.
static T Border<T>(T, BoxBorder)
Sets the border.
static T DoubleBorder<T>(T)
Display a double border.
static T HeavyBorder<T>(T)
Display a heavy border.
static T NoBorder<T>(T)
Do not display a border.
static T RoundedBorder<T>(T)
Display a rounded border.
static T SquareBorder<T>(T)
Display a square border.