Remarks
The property returns null when the text selection contains multiple paragraphs with different right indents.
The WPF.
Gets or sets the right indent, in twips, at the current input position. If text is selected, the property specifies the right indent of the whole selected text.
public int? RightIndent { get; set; }
Public Property RightIndent() As Nullable(Of Integer)
The property returns null when the text selection contains multiple paragraphs with different right indents.
The WPF.