Edit

Share via


UIBarItem.AccessibilityActivationPoint Property

Definition

Gets or sets the screen coordinates of the activation point for this IUIAccessibilityIdentification element.

public virtual CoreGraphics.CGPoint AccessibilityActivationPoint { [Foundation.Export("accessibilityActivationPoint")] get; [Foundation.Export("setAccessibilityActivationPoint:")] set; }
member this.AccessibilityActivationPoint : CoreGraphics.CGPoint with get, set

Property Value

The default value is the center of the AccessibilityFrame.

Attributes

Remarks

Application developers can set this value to move the ___location of the accessibility element. For instance, by default the P:UIKit.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).

Applies to