Share via


UISearchBar.UISearchBarAppearance.BarTintColor Property

Definition

The tint of the search bar background.

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

Property Value

Attributes

Applies to