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

In This Topic
    RightIndent Property (C1WordDocument)
    In This Topic
    Gets or sets a current right indent of this document.
    Syntax
    'Declaration
     
    Public Property RightIndent As System.Single
    public System.float RightIndent {get; set;}

    Property Value

    The right indent of the Word/RTF document.
    See Also