ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfParagraph Class / FirstLineIndent Property

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

    Property Value

    The first line left indent of the paragraph.
    See Also