Documents for PDF, .NET Edition Documentation
FirstLineIndent Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : FirstLineIndent Property
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

Reference

TextLayout Class
TextLayout Members