Share via


TabbedPage.SetHeaderIconsEnabled Metoda

Definice

Přetížení

SetHeaderIconsEnabled(BindableObject, Boolean)

Zapne a vypne ikony záhlaví.

SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean)

Zapne a vypne ikony záhlaví.

SetHeaderIconsEnabled(BindableObject, Boolean)

Zapne a vypne ikony záhlaví.

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

Parametry

element
BindableObject

Prvek, na kterém se má operace provést.

value
System.Boolean

true a povolte ikony záhlaví. false a zakažte je.

Platí pro

SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean)

Zapne a vypne ikony záhlaví.

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

Parametry

config
IPlatformElementConfiguration<Windows,TabbedPage>

Konfigurace platformy pro prvek, na kterém se má operace provést.

value
System.Boolean

true a povolte ikony záhlaví. false a zakažte je.

Návraty

Fluent objekt, na kterém může vývojář provádět další volání metod.

Platí pro