ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParagraph Class / RightIndent Property

In This Topic
    RightIndent Property (RtfParagraph)
    In This Topic
    Gets or sets the right indent value of this paragraph.
    Syntax
    'Declaration
     
    Public Property RightIndent As System.Single
    public System.float RightIndent {get; set;}

    Property Value

    The right indent of the paragraph.
    See Also