UIAccessibilityCustomSystemRotorType Enum

Definition

Enumerates the types of content that may be represented by a UIAccessibilityCustomRotor object.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAccessibilityCustomSystemRotorType
type UIAccessibilityCustomSystemRotorType = 
Inheritance
UIAccessibilityCustomSystemRotorType
Attributes

Fields

BoldText 10

Text that is bolded.

Heading 3

Heading text of any level.

HeadingLevel1 4

The highest heading level.

HeadingLevel2 5

Heading level 2 text.

HeadingLevel3 6

Heading level 3 text.

HeadingLevel4 7

Heading level 4 text.

HeadingLevel5 8

Heading level 5 text.

HeadingLevel6 9

Heading level 5 text.

Image 14

A graphic element.

ItalicText 11

Italicized text.

Landmark 18

A landmark.

1

A non-visited link.

List 17

A sequential list.

MisspelledWord 13

A word that has been misspelled.

None 0

An unknown or non-specific type.

Table 16

A table.

TextField 15

A text field.

UnderlineText 12

Text that has been underlined.

2

A link that has been visited.

Applies to