Gets or sets the amount of spacing between cells in a table.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public Size BorderSpacing { get; set; }
Visual Basic
Public Property BorderSpacing As Size
	Get
	Set
XAML Property Element Usage
<object>
  <object.BorderSpacing>
    <Size .../>
  </object.BorderSpacing>
</object>
XAML Attribute Usage
<object BorderSpacing="Size" .../>

See Also