​
​
​

Gets or sets the left indent, in twips, at the current input position. If text is selected, the property specifies the left indent of the whole selected text.

Syntax

​public int? LeftIndent { get; set; }
​Public Property LeftIndent() As Nullable(Of Integer)
​

Remarks

The property returns null when the text selection contains multiple paragraphs with different left indents.

The WPF.MeasureConverter can be used to convert the property value to another measuring unit.

​