Share via


WKSelectionGranularity Enum

Definition

Enumerates values the controls how selections are created.

[ObjCRuntime.Native]
public enum WKSelectionGranularity
[<ObjCRuntime.Native>]
type WKSelectionGranularity = 
Inheritance
WKSelectionGranularity
Attributes

Fields

Name Value Description
Dynamic 0

Jump to word boundaries as the user selects.

Character 1

Add or remove one character at a time as the user selects.

Applies to