UIResponder.AccessibilityDropPointDescriptors Property

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIAccessibilityLocationDescriptor[] AccessibilityDropPointDescriptors { [Foundation.Export("accessibilityDropPointDescriptors", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setAccessibilityDropPointDescriptors:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.AccessibilityDropPointDescriptors : UIKit.UIAccessibilityLocationDescriptor[] with get, set

Property Value

Attributes

Applies to