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

In This Topic
    BorderSpacing Property
    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