NSObject_UIAccessibilityCustomRotor Class

Definition

Extension method for NSObject that provides access to the UIAccessibilityCustomRotor array.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static class NSObject_UIAccessibilityCustomRotor
type NSObject_UIAccessibilityCustomRotor = class
Inheritance
NSObject_UIAccessibilityCustomRotor
Attributes

Methods

GetAccessibilityCustomRotors(NSObject)

Gets the array of UIAccessibilityCustomRotor objects appropriate for this object.

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

Sets the array of UIAccessibilityCustomRotor objects appropriate for this object.

Applies to