ITextSelection.IsReversed Property

Definition

Is true if the ActivePoint comes before the AnchorPoint.

public:
 property bool IsReversed { bool get(); };
public:
 property bool IsReversed { bool get(); };
public bool IsReversed { get; }
member this.IsReversed : bool
Public ReadOnly Property IsReversed As Boolean

Property Value

true if the selection is reversed, otherwise false.

Remarks

In a reversed selection, the active point is Span.Start and the anchor point is Span.End. In a non-reversed selection, the active point is span.end and the anchor point is Span.Start.

Applies to