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

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

    Property Value

    The left indent of the paragraph.
    See Also