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

In This Topic
    Margin Property (C1TextRange)
    In This Topic
    Gets or sets the margin of the blocks in the range.
    Syntax
    'Declaration
     
    
    Public Property Margin As Thickness
    public Thickness Margin {get; set;}
    Remarks
    When there are several blocks in the range getting this property returns NaN as the width of the sides that have different values in different blocks, setting this property only sets the width of the sides that are not NaN in the assigned Thickness.
    See Also