TabbedPage.GetHeaderIconsSize 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
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
The platform configuration for the element on which to perform the operation.
Returns
The size of header icons.