Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / FirstLineIndent Property

In This Topic
    FirstLineIndent Property
    In This Topic
    Gets or sets the indent of the first line after paragraph separator, in graphic units.
    Syntax
    'Declaration
     
    Public Property FirstLineIndent As System.Single
    public System.float FirstLineIndent {get; set;}
    Remarks
    Positive value applies indentation to the first line, negative value applies indentation to all lines except the first one.
    See Also