Gets or sets the distance, in twips, between the left edge of the Text Control and the left edge of the text.

Syntax

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

Remarks

The property's default value is zero.

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