TabbedPage Class
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.
Provides control over header icons on the Windows platform.
In this article
public static class TabbedPage
type TabbedPage = class
Inheritance
Fields
Methods
DisableHeaderIcons(IPlatformElementConfiguration<Windows,TabbedPage>)
Disables header icons.
EnableHeaderIcons(IPlatformElementConfiguration<Windows,TabbedPage>)
Enables header icons.
GetHeaderIconsEnabled(BindableObject)
Returns a Boolean value that tells whether header icons are enabled.
GetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>)
Returns a Boolean value that tells whether header icons are enabled.
GetHeaderIconsSize(BindableObject)
Returns the size of header icons.
GetHeaderIconsSize(IPlatformElementConfiguration<Windows,TabbedPage>)
Returns the size of header icons.
IsHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>)
Returns a Boolean value that tells whether header icons are enabled.
SetHeaderIconsEnabled(BindableObject, Boolean)
Turns header icons on and off.
SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean)
Turns header icons on and off.
SetHeaderIconsSize(BindableObject, Size)
Specifies the size of header icons.
SetHeaderIconsSize(IPlatformElementConfiguration<Windows,TabbedPage>, Size)
Specifies the size of header icons.
Applies to