UIAccessibilityNavigationStyle Enum

Definition

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

Automatic 0

The system guesses the best way to navigate.

Combined 2

The components of this object should be combined and navigated as a single item.

Separate 1

The components of this object should be treated as separate items.

Applies to