ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word 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 Single
    public float RightIndent {get; set;}

    Property Value

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