Back to API Reference
Enum
RangePointAffinity
Chooses which side of a point receives text inserted at exactly that position.
public static readonly RangePointAffinity Before = 0The point remains before inserted text.
public static readonly RangePointAffinity After = 1The point moves after inserted text.
