Edit

Share via


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

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.

Applies to