UIAccessibilityElement.AccessibilityContainer 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 view containing the accessibility element.
public virtual Foundation.NSObject AccessibilityContainer { [Foundation.Export("accessibilityContainer", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setAccessibilityContainer:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.AccessibilityContainer : Foundation.NSObject with get, set
Property Value
Gets and sets an NSObject that contaims the accessibility element.
This value can be null
.
- Attributes