Share via


UITabBar.SelectionIndicatorImage Property

Definition

The UIImage drawn at the top of the tab bar, behind the bar item icon.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage? SelectionIndicatorImage { [Foundation.Export("selectionIndicatorImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setSelectionIndicatorImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("selectionIndicatorImage", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setSelectionIndicatorImage:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.SelectionIndicatorImage : UIKit.UIImage with get, set

Property Value

Attributes

Applies to