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

See Also