TabbedPage.SetHeaderIconsSize Method

Definition

Overloads

SetHeaderIconsSize(BindableObject, Size)

Specifies the size of header icons.

SetHeaderIconsSize(IPlatformElementConfiguration<Windows,TabbedPage>, Size)

Specifies the size of header icons.

SetHeaderIconsSize(BindableObject, Size)

Specifies the size of header icons.

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

Parameters

element
BindableObject

The element on which to perform the operation.

value
Size

The new header icon size.

Applies to

SetHeaderIconsSize(IPlatformElementConfiguration<Windows,TabbedPage>, Size)

Specifies the size of header icons.

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

Parameters

config
IPlatformElementConfiguration<Windows,TabbedPage>

The platform configuration for the element on which to perform the operation.

value
Size

The new header icon size.

Returns

A fluent object on which the developer may make further method calls.

Applies to