UITabBarItem.SelectedImage Property

Definition

The image displayed when the UITabBarItem is selected.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage SelectedImage { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("selectedImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setSelectedImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.SelectedImage : UIKit.UIImage with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to