다음을 통해 공유


NavigationPage.SetIsNavigationBarTranslucent 메서드

정의

오버로드

SetIsNavigationBarTranslucent(BindableObject, Boolean)

플랫폼별 탐색 페이지에서 탐색 모음이 반투명인지 여부를 제어하는 부울 값을 설정합니다.

SetIsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

플랫폼별 탐색 페이지에서 탐색 모음이 반투명인지 여부를 제어하는 부울 값을 설정합니다.

SetIsNavigationBarTranslucent(BindableObject, Boolean)

플랫폼별 탐색 페이지에서 탐색 모음이 반투명인지 여부를 제어하는 부울 값을 설정합니다.

public static void SetIsNavigationBarTranslucent (Xamarin.Forms.BindableObject element, bool value);
static member SetIsNavigationBarTranslucent : Xamarin.Forms.BindableObject * bool -> unit

매개 변수

element
BindableObject

작업을 수행할 플랫폼별 요소입니다.

value
System.Boolean

할당할 새 속성 값입니다.

적용 대상

SetIsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

플랫폼별 탐색 페이지에서 탐색 모음이 반투명인지 여부를 제어하는 부울 값을 설정합니다.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> SetIsNavigationBarTranslucent (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> config, bool value);
static member SetIsNavigationBarTranslucent : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage>

매개 변수

config
IPlatformElementConfiguration<iOS,NavigationPage>

작업을 수행할 요소를 포함하는 플랫폼별 구성입니다.

value
System.Boolean

할당할 새 속성 값입니다.

반환

개발자가 연속적인 메서드 호출을 수행할 수 있는 업데이트된 구성 개체입니다.

적용 대상