Gets or sets the margin of a text element.
Namespace:
C1.Phone.RichTextBox.DocumentsAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
| C# |
|---|
public Thickness Margin { get; set; } |
| Visual Basic |
|---|
Public Property Margin As Thickness Get Set |
| XAML Property Element Usage |
|---|
<object> <object.Margin> <Thickness .../> </object.Margin> </object> |
| XAML Attribute Usage |
|---|
<object Margin="Thickness" .../> |