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 nullif 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
- 
                                 T And<NoBoxBorder> (Action <NoBoxBorder> ) 
- 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.
- 
                                 BoxBorder GetSafeBorder(bool) 
- Gets the safe border for a border.