TabbedPage Class

Definition

Provides control over header icons on the Windows platform.

public static class TabbedPage
type TabbedPage = class
Inheritance
System.Object
TabbedPage

Fields

HeaderIconsEnabledProperty

Backing store for the attached property that enables and disables header icons.

HeaderIconsSizeProperty

Backing store for the attached property that controls the size of header icons.

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