NavigationPage.Tint 속성

정의

주의

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

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

속성 값

특성

설명

Tint는 iOS 7 이상에서 특히 중요합니다. 여기서 Tint는 화면의 어떤 컨트롤이 활성 상태인지 또는 관련 작업이 있는지를 지정하는 기본 방법입니다.

적용 대상