Back to API Reference
Enum

RangePointAffinity

Chooses which side of a point receives text inserted at exactly that position.

public static readonly RangePointAffinity Before = 0

The point remains before inserted text.

public static readonly RangePointAffinity After = 1

The point moves after inserted text.