TabbedPage Class

Definition

Provides control over header icons on the Windows platform.

public ref class TabbedPage abstract sealed
public static class TabbedPage
type TabbedPage = class
Public Module TabbedPage
Inheritance
TabbedPage

Fields

HeaderIconsEnabledProperty

Bindable property for attached property HeaderIconsEnabled.

HeaderIconsSizeProperty

Bindable property for attached property HeaderIconsSize.

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