NavigationPage.Tint Property

Definition

Caution

Tint is obsolete as of version 1.2.0. Please use BarBackgroundColor and BarTextColor to change NavigationPage bar color properties.

The color to be used as the Tint of the NavigationPage.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("Tint is obsolete as of version 1.2.0. Please use BarBackgroundColor and BarTextColor to change NavigationPage bar color properties.")]
public Xamarin.Forms.Color Tint { get; set; }
member this.Tint : Xamarin.Forms.Color with get, set

Property Value

Attributes

Remarks

Tint is especially important in iOS 7 and later, where the Tint is primary way to specify which controls on screen are active or have an action associated with them.

Applies to