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

In This Topic
    CharacterUnitFirstLineIndent Property
    In This Topic
    Returns or sets the value (in characters) 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 CharacterUnitFirstLineIndent As System.Single
    public System.float CharacterUnitFirstLineIndent {get; set;}
    See Also