Compartilhar via


TabbedPage.GetHeaderIconsSize Method

Definition

Overloads

GetHeaderIconsSize(BindableObject)

Returns the size of header icons.

GetHeaderIconsSize(IPlatformElementConfiguration<Windows,TabbedPage>)

Returns the size of header icons.

GetHeaderIconsSize(BindableObject)

Returns the size of header icons.

public static Xamarin.Forms.Size GetHeaderIconsSize (Xamarin.Forms.BindableObject element);
static member GetHeaderIconsSize : Xamarin.Forms.BindableObject -> Xamarin.Forms.Size

Parameters

element
BindableObject

The element on which to perform the operation.

Returns

The size of header icons.

Applies to

GetHeaderIconsSize(IPlatformElementConfiguration<Windows,TabbedPage>)

Returns the size of header icons.

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

Parameters

config
IPlatformElementConfiguration<Windows,TabbedPage>

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

Returns

The size of header icons.

Applies to