NoBoxBorder Class
Represents an invisible border.
public sealed class NoBoxBorder : BoxBorder
- Namespace
- Spectre
.Console .Rendering - Base Types
Properties
- static BoxBorder Ascii
- Gets an ASCII border.
- static BoxBorder Double
- Gets a double border.
- static BoxBorder Heavy
- Gets a heavy border.
- static BoxBorder None
- Gets an invisible border.
- static BoxBorder Rounded
- Gets a rounded border.
- virtual BoxBorder SafeBorder
-
Gets the safe border for this border or
null
if none exist. - static BoxBorder Square
- Gets a square border.
Methods
-
override string GetPart
(BoxBorderPart) - Gets the string representation of the specified border part.
Extension Methods
-
BoxBorder GetSafeBorder
(bool) - Gets the safe border for a border.