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

Syntax

public int RightIndent { get; set; }
Public Property RightIndent() 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 right indents. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.