共用方式為


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

適用於