Share via


TabsStyle Enum

Definition

Enumerates the display styles for tabs in a TabbedPage on macOS.

public enum class TabsStyle
public enum TabsStyle
type TabsStyle = 
Public Enum TabsStyle
Inheritance
TabsStyle

Fields

Name Value Description
Default 0

The default tab display style.

Hidden 1

Tabs are hidden.

Icons 2

Tabs are displayed as icons only.

OnNavigation 3

Tabs are displayed only during navigation.

OnBottom 4

Tabs are displayed at the bottom of the page.

Applies to