UIBarItem.ShouldGroupAccessibilityChildren Property
Definition
Gets or sets whether VoiceOver groups elements that are children of this object regardless of their positions.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[get: Foundation.Export("shouldGroupAccessibilityChildren")]
[get: ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[set: Foundation.Export("setShouldGroupAccessibilityChildren:")]
[set: ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldGroupAccessibilityChildren { get; set; }
member this.ShouldGroupAccessibilityChildren : bool with get, set
Property Value
- Attributes