HasTableBorderExtensions Class

Contains extension methods for IHasTableBorder.
public static class HasTableBorderExtensions
Namespace
Spectre.Console

Methods

static T Ascii2Border<T>(T)
Display another ASCII border.
static T AsciiBorder<T>(T)
Display an ASCII border.
static T AsciiDoubleHeadBorder<T>(T)
Display an ASCII border with a double header border.
static T Border<T>(T, TableBorder)
Sets the border.
static T DoubleBorder<T>(T)
Display a double border.
static T DoubleEdgeBorder<T>(T)
Display a border with a double edge.
static T HeavyBorder<T>(T)
Display a heavy border.
static T HeavyEdgeBorder<T>(T)
Display a border with a heavy edge.
static T HeavyHeadBorder<T>(T)
Display a border with a heavy header.
static T HorizontalBorder<T>(T)
Display a simple border.
static T MarkdownBorder<T>(T)
Display a markdown border.
static T MinimalBorder<T>(T)
Display a minimal border.
static T MinimalDoubleHeadBorder<T>(T)
Display a minimal border with a double header border.
static T MinimalHeavyHeadBorder<T>(T)
Display a minimal border with a heavy head.
static T NoBorder<T>(T)
Do not display a border.
static T RoundedBorder<T>(T)
Display a rounded border.
static T SimpleBorder<T>(T)
Display a simple border.
static T SimpleHeavyBorder<T>(T)
Display a simple border with heavy lines.
static T SquareBorder<T>(T)
Display a square border.