WKSelectionGranularity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values the controls how selections are created.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum WKSelectionGranularity
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. |