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