NavigationPage.Tint プロパティ

定義

注意事項

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

NavigationPage の Tint として使用される色。

[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

プロパティ値

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

注釈

濃淡は、iOS 7 以降では特に重要です。画面のコントロールをアクティブにするか、アクションを関連付けるかを指定する主な方法は Tint です。

適用対象