Back to API Reference
Enum
RangeBoundaryAffinity
Chooses which side of an insertion a tracked range boundary follows.
public static readonly RangeBoundaryAffinity Before = 0The boundary remains before text inserted at its position.
public static readonly RangeBoundaryAffinity After = 1The boundary moves after text inserted at its position.
