TabbedPage.SetHeaderIconsEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetHeaderIconsEnabled(BindableObject, Boolean) |
Turns header icons on and off. |
SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean) |
Turns header icons on and off. |
SetHeaderIconsEnabled(BindableObject, Boolean)
Turns header icons on and off.
public static void SetHeaderIconsEnabled (Xamarin.Forms.BindableObject element, bool value);
static member SetHeaderIconsEnabled : Xamarin.Forms.BindableObject * bool -> unit
Parameters
- element
- BindableObject
The element on which to perform the operation.
- value
- System.Boolean
true
to enable header icons. false
to disable them.
Applies to
SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean)
Turns header icons on and off.
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>
Parameters
The platform configuration for the element on which to perform the operation.
- value
- System.Boolean
true
to enable header icons. false
to disable them.
Returns
A fluent object on which the developer may make further method calls.