TabPage Properties
A page that allows tab navigation through a collection of pages.| Name | Description |
|---|---|
| HeaderPanelBackgroundColor | Gets or sets the background color of the TabPage’s header panel. |
| HeaderPanelContentAlignment | Specifies how item headers are aligned in the header panel. |
| HeaderPanelHeight | Gets or sets the header panel’s height when the HeaderPanelPosition is set to Top or Bottom. |
| HeaderPanelIndent | Gets or sets the spacing between the header panel’s start edge and the first item. |
| HeaderPanelItemSpacing | Gets or sets the spacing between tab item headers. |
| HeaderPanelMaxHeight | Gets or sets the header panel’s maximum height when the HeaderPanelPosition is set to Top or Bottom. |
| HeaderPanelMaxWidth | Gets or sets the header panel’s maximum width when the HeaderPanelPosition is set to Left or Right. |
| HeaderPanelMinHeight | Gets or sets the header panel’s minimum height when the HeaderPanelPosition is set to Top or Bottom. |
| HeaderPanelMinWidth | Gets or sets the header panel’s minimum width when the HeaderPanelPosition is set to Left or Right. |
| HeaderPanelPosition | Gets or sets the header panel’s position within the page. |
| HeaderPanelShadowColor | Gets or sets the color the TabPage uses to paint the header panel’s shadow. |
| HeaderPanelShadowHeight | Gets or sets the height of the header panel’s shadow. |
| HeaderPanelShadowRadius | Gets or sets the blur radius of the header panel’s shadow. |
| HeaderPanelWidth | Gets or sets the header panel’s width when the HeaderPanelPosition is set to Left or Right. |
| IsHeaderPanelShadowVisible | Gets or sets whether the header panel’s shadow is visible. |
| IsSelectedItemIndicatorVisible | Gets or sets whether the selected item indicator is visible. |
| ItemHeaderFontAttributes | Gets or sets whether the text displayed within item headers is bold, italic, or neither. |
| ItemHeaderFontFamily | Gets or sets the font family name for the text displayed within item headers. |
| ItemHeaderFontSize | Gets or sets the font size for the text displayed within item headers. |
| ItemHeaderHeight | Gets or sets the height of item headers when the HeaderPanelPosition is set to Left or Right. |
| ItemHeaderIconColor | Gets or sets the color of icons displayed in tab item headers. |
| ItemHeaderIconPosition | Gets or sets the icon position relative to the text within item headers. |
| ItemHeaderIconSpacing | Gets or sets the spacing between the icon and text of an item header. |
| ItemHeaderMaxHeight | Gets or sets the maximum height of tab item headers when the HeaderPanelPosition is set to Left or Right. |
| ItemHeaderMaxWidth | Gets or sets the maximum width of tab item headers when the HeaderPanelPosition is set to Top or Bottom. |
| ItemHeaderMinHeight | Gets or sets the minimum height of tab item headers when the HeaderPanelPosition is set to Left or Right. |
| ItemHeaderMinWidth | Gets or sets the minimum width of tab item headers when the HeaderPanelPosition is set to Top or Bottom. |
| ItemHeaderPadding | Gets or sets the inner padding of item headers. |
| ItemHeaderPlacementOnSelection | Specifies how the TabPage positions an item header when a user selects the item. |
| ItemHeaderTemplate | Gets or sets the template the TabPage uses to generate tab item headers from the ItemsSource. |
| ItemHeaderTextColor | Gets or sets the color of text displayed in tab item headers. |
| ItemHeaderVisibleElements | Gets or sets a value that specifies elements an item header shows. |
| ItemHeaderWidth | Gets or sets the width of item headers when the HeaderPanelPosition is set to Top or Bottom. |
| Items | Gets or sets the list of tab items the TabPage displays. |
| ItemsSource | Gets or sets the collection used to generate the TabPage’s tab items. |
| ItemTemplate | Gets or sets the template the TabPage uses to generate tab item content from the ItemsSource. |
| ScrollAnimationEnabled | Gets or sets whether the TabPage animates the transition between two tab items. |
| SelectedItem | Gets or sets the currently selected tab item. |
| SelectedItemHeaderBackgroundColor | Gets or sets the background color of a tab item header when the item is selected. |
| SelectedItemHeaderIconColor | Gets or sets the color of an icon displayed in the selected tab item header. |
| SelectedItemHeaderTextColor | Gets or sets the color of text displayed in the selected tab item header. |
| SelectedItemIndex | Gets or sets the index of the currently selected item. |
| SelectedItemIndicatorColor | Gets or sets the color of the selected item indicator. |
| SelectedItemIndicatorHeight | Gets or sets the height of the selected item indicator. |
| SwipeEnabled | Gets or sets whether a swipe gesture over the content area switches tab items. |
See Also