Share via


UITabBarController.Tabs Property

Definition

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

Property Value

UITab[]
Attributes

Applies to