MarkdownTableBorder Class
    Represents a Markdown border.
    
        public sealed class MarkdownTableBorder : TableBorder- Namespace
- Spectre.Console .Rendering 
- Base Types
Properties
- static TableBorder Ascii
- Gets an ASCII border.
- static TableBorder Ascii2
- Gets an ASCII border.
- static TableBorder AsciiDoubleHead
- Gets an ASCII border with a double header border.
- static TableBorder Double
- Gets a double border.
- static TableBorder DoubleEdge
- Gets a border with a double edge.
- static TableBorder Heavy
- Gets a heavy border.
- static TableBorder HeavyEdge
- Gets a border with a heavy edge.
- static TableBorder HeavyHead
- Gets a border with a heavy header.
- static TableBorder Horizontal
- Gets a horizontal border.
- static TableBorder Markdown
- Gets a markdown border.
- static TableBorder Minimal
- Gets a minimal border.
- static TableBorder MinimalDoubleHead
- Gets a minimal border with a double header border.
- static TableBorder MinimalHeavyHead
- Gets a minimal border with a heavy head.
- static TableBorder None
- Gets an invisible border.
- static TableBorder Rounded
- Gets a rounded border.
- virtual TableBorder SafeBorder
- 
    Gets the safe border for this border or nullif none exist.
- static TableBorder Simple
- Gets a simple border.
- static TableBorder SimpleHeavy
- Gets a simple border with heavy lines.
- static TableBorder Square
- Gets a square border.
- override bool SupportsRowSeparator
- Gets a value indicating whether the border supports row separators or not.
- virtual bool Visible
- Gets a value indicating whether or not the border is visible.
Methods
- 
                                override string GetColumnRow(TablePart, IReadOnlyList <int> , IReadOnlyList <IColumn> ) 
- Gets a whole column row for the specific column row part.
- 
                                override string GetPart(TableBorderPart) 
- Gets the string representation of a specified table border part.
- 
                                protected (string Left, string Center, string Separator, string Right) GetTableParts(TablePart) 
- Gets the table parts used to render a specific table row.
Extension Methods
- 
                                 T And< Markdown Table Border> (Action < Markdown Table Border> ) 
- 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.
- 
                                 TableBorder GetSafeBorder(bool) 
- Gets the safe border for a border.