TabbedPage.IsHeaderIconsEnabled 메서드

정의

머리글 아이콘이 사용되는지 여부를 알려주는 부울 값을 반환합니다.

public static bool IsHeaderIconsEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.TabbedPage> config);
static member IsHeaderIconsEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.TabbedPage> -> bool

매개 변수

config
IPlatformElementConfiguration<Windows,TabbedPage>

작업을 수행할 요소에 대한 플랫폼 구성입니다.

반환

System.Boolean

머리글 아이콘을 사용할 수 있는 경우 true입니다. 그렇지 않으면 false입니다.

적용 대상