UIView.IsAccessibilityElement 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.
Whether this
is an accessibility element.
public virtual bool IsAccessibilityElement { [Foundation.Export("isAccessibilityElement")] get; [Foundation.Export("setIsAccessibilityElement:")] set; }
member this.IsAccessibilityElement : bool with get, set
Property Value
true
if the UIView is an accessibility element.
- Attributes