Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Indentation Class / FirstLineIndent Property

In This Topic
    FirstLineIndent Property
    In This Topic
    Gets or sets the value (in points) for a first line or hanging indent. Use a positive value to set a first-line indent, and use a negative value to set a hanging indent.
    Syntax
    'Declaration
     
    Public Property FirstLineIndent As System.Single
    public System.float FirstLineIndent {get; set;}
    See Also