Share via


UITabGroup.Children Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITab[] Children { [Foundation.Export("children", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setChildren:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("children", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setChildren:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Children : UIKit.UITab[] with get, set

Property Value

UITab[]
Attributes

Applies to