RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Table Class / BorderSpacing Property

In This Topic
    BorderSpacing Property (C1Table)
    In This Topic
    Gets or sets the amount of spacing between cells in a table.
    Syntax
    'Declaration
     
    
    Public Property BorderSpacing As Size
    public Size BorderSpacing {get; set;}
    See Also