TabsStyle Enum
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.
Enumerates tab styles for tabbed pages.
public enum class TabsStyle
public enum TabsStyle
type TabsStyle =
Public Enum TabsStyle
- Inheritance
-
TabsStyle
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Tabs are placed and displayed according to system defaults. |
1 | Tabs are hidden. |
|
Icons | 2 | Tabs are shown as icons. |
OnNavigation | 3 | Tabs are displayed when the user swipes from a screen edge. |
OnBottom | 4 | Tabs are displayed at the bottom of the page. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.