Gets or sets the distance, in twips, for the hanging indent. A negative value indicates an additional indent of the paragraph's first line.

Syntax

public int HangingIndent { get; set; }
Public Property HangingIndent() As Integer

Remarks

The property's default value is 0.

The property returns its default value when the text selection contains multiple paragraphs with mixed hanging indents. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.