IHasBoxBorder Interface

Represents something that has a box border.
public interface IHasBoxBorder
Namespace
Spectre.Console
Implementing Types

Properties

abstract BoxBorder Border
Gets or sets the box.

Extension Methods

T And<IHasBoxBorder>(Action<IHasBoxBorder>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.
T AsciiBorder<IHasBoxBorder>()
Display an ASCII border.
T DoubleBorder<IHasBoxBorder>()
Display a double border.
T HeavyBorder<IHasBoxBorder>()
Display a heavy border.
T NoBorder<IHasBoxBorder>()
Do not display a border.
T RoundedBorder<IHasBoxBorder>()
Display a rounded border.
T SquareBorder<IHasBoxBorder>()
Display a square border.