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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.