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(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Graphics::Size value);
public static void SetHeaderIconsSize (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Size value);
static member SetHeaderIconsSize : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Size -> unit
Public Sub SetHeaderIconsSize (element As BindableObject, value As Size)

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:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::TabbedPage ^> ^ SetHeaderIconsSize(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::TabbedPage ^> ^ config, Microsoft::Maui::Graphics::Size value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.TabbedPage> SetHeaderIconsSize (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.TabbedPage> config, Microsoft.Maui.Graphics.Size value);
static member SetHeaderIconsSize : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.TabbedPage> * Microsoft.Maui.Graphics.Size -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.TabbedPage>
<Extension()>
Public Function SetHeaderIconsSize (config As IPlatformElementConfiguration(Of Windows, TabbedPage), value As Size) As IPlatformElementConfiguration(Of Windows, 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