다음을 통해 공유


NavigationPage.IsNavigationBarTranslucent 메서드

정의

플랫폼별 탐색 페이지에서 탐색 모음이 반투명인지 여부를 알려주는 부울 값을 반환합니다.

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

매개 변수

config
IPlatformElementConfiguration<iOS,NavigationPage>

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

반환

System.Boolean

플랫폼별 탐색 페이지에서 탐색 모음이 반투명인지 여부를 알려주는 부울 값입니다.

적용 대상