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

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

    Property Value

    The first line left indent of the paragraph.
    See Also