UIAccessibilityNavigationStyle 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 how elements should be navigated by the assistive technology.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAccessibilityNavigationStyle
type UIAccessibilityNavigationStyle =
- Inheritance
-
UIAccessibilityNavigationStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | The system guesses the best way to navigate. |
Separate | 1 | The components of this object should be treated as separate items. |
Combined | 2 | The components of this object should be combined and navigated as a single item. |