RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Block Class / Margin Property

In This Topic
    Margin Property (C1Block)
    In This Topic
    Gets or sets the margin of a text element.
    Syntax
    'Declaration
     
    
    Public Overridable Property Margin As Thickness
    public virtual Thickness Margin {get; set;}
    See Also