UIKit.UIBarItem.AccessibilityActivationPoint Property
Gets or sets the screen coordinates of the activation point for this UIKit.IUIAccessibilityIdentification element.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[get: Foundation.Export("accessibilityActivationPoint")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[set: Foundation.Export("setAccessibilityActivationPoint:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
public virtual CoreGraphics.CGPoint AccessibilityActivationPoint { get; set; }

Value

The default value is the center of the UIView.AccessibilityFrame.

Remarks

Application developers can set this value to move the location of the accessibility element. For instance, by default the UIView.AccessibilityPoint of an app icon is the center of the icon, but during rearrangement, the point is moved to the "remove control" (the circled X).

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0