UIView.AccessibilityActivationPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The screen coordinates for the accessibility 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).