Remarks
The property returns null when the text selection contains multiple paragraphs with different hanging indents.
The WPF.
Gets or sets the hanging indent, in twips, at the current input position. If text is selected, the property specifies the hanging indent of the whole selected text. A negative value indicates an additional indent of the paragraph's first line.
public int? HangingIndent { get; set; }
Public Property HangingIndent() As Nullable(Of Integer)
The property returns null when the text selection contains multiple paragraphs with different hanging indents.
The WPF.