Gets or sets the border thickness of a text element.

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 Thickness BorderThickness { get; set; }
Visual Basic
Public Property BorderThickness As Thickness
	Get
	Set
XAML Property Element Usage
<object>
  <object.BorderThickness>
    <Thickness .../>
  </object.BorderThickness>
</object>
XAML Attribute Usage
<object BorderThickness="Thickness" .../>

See Also