UIBarButtonItem.TintColor Property

Definition

The tint color to be used for the button.

public virtual UIKit.UIColor TintColor { [Foundation.Export("tintColor", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setTintColor:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.TintColor : UIKit.UIColor with get, set

Property Value

This value can be null.

Attributes

Remarks

This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.

Applies to