TabbedPage.SetHeaderIconsSize 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
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
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.