Share via


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

Name Description
HeaderIconsEnabledProperty

Bindable property for attached property HeaderIconsEnabled.

HeaderIconsSizeProperty

Bindable property for attached property HeaderIconsSize.

Methods

Name Description
DisableHeaderIcons(IPlatformElementConfiguration<Windows,TabbedPage>)

Disables header icons.

EnableHeaderIcons(IPlatformElementConfiguration<Windows,TabbedPage>)

Enables header icons.

GetHeaderIconsEnabled(BindableObject)

Gets whether tab header icons are displayed on Windows.

GetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>)

Gets whether tab header icons are displayed on Windows.

GetHeaderIconsSize(BindableObject)

Gets the size of tab header icons on Windows.

GetHeaderIconsSize(IPlatformElementConfiguration<Windows,TabbedPage>)

Gets the size of tab header icons on Windows.

IsHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>)

Returns a Boolean value that tells whether header icons are enabled.

SetHeaderIconsEnabled(BindableObject, Boolean)

Sets whether tab header icons are displayed on Windows.

SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean)

Sets whether tab header icons are displayed on Windows.

SetHeaderIconsSize(BindableObject, Size)

Sets the size of tab header icons on Windows.

SetHeaderIconsSize(IPlatformElementConfiguration<Windows,TabbedPage>, Size)

Sets the size of tab header icons on Windows.

Applies to