Condividi tramite


UIAccessibilityNavigationStyle Enum

Definition

Enumerates how elements should be navigated by the assistive technology.

[ObjCRuntime.Native]
public enum UIAccessibilityNavigationStyle
[<ObjCRuntime.Native>]
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