Share via


UITabBar.SelectedItem Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITabBarItem? SelectedItem { [Foundation.Export("selectedItem", ObjCRuntime.ArgumentSemantic.Weak)] get; [Foundation.Export("setSelectedItem:", ObjCRuntime.ArgumentSemantic.Weak)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("selectedItem", ObjCRuntime.ArgumentSemantic.Weak)>]
[<set: Foundation.Export("setSelectedItem:", ObjCRuntime.ArgumentSemantic.Weak)>]
member this.SelectedItem : UIKit.UITabBarItem with get, set

Property Value

Attributes

Applies to