Skip to main content

TabItem Properties

The base class for the TabViewItem and TabPageItem classes.
Name Description
HeaderContent Gets or sets a view the Tab View displays for a tab item instead of the default item header.
HeaderFontAttributes Gets or sets a value that indicates whether the font for the item header’s text is bold, italic, or neither.
HeaderFontFamily Gets or sets the font family to which the font for the item header’s text belongs.
HeaderFontSize Gets or sets the size of the font for the item header’s text.
HeaderHeight Gets or sets the item header height when TabView.HeaderPanelPosition is set to Left or Right.
HeaderIconColor Gets or sets the color the tab item uses in the default state to paint its header icon.
HeaderIconPosition Gets or sets the position of the icon relative to the text in the item header.
HeaderIconSpacing Gets or sets spacing between the icon and the text in the item header.
HeaderMaxHeight Gets or sets the maximum height of the item header when TabView.HeaderPanelPosition is set to Left or Right.
HeaderMaxWidth Gets or sets the maximum width of the item header when TabView.HeaderPanelPosition is set to Top or Bottom.
HeaderMinHeight Gets or sets the minimum height of the item header when TabView.HeaderPanelPosition is set to Left or Right.
HeaderMinWidth Gets or sets the minimum width of the item header when TabView.HeaderPanelPosition is set to Top or Bottom.
HeaderPadding Gets or sets the inner padding of the item header.
HeaderTextColor Gets or sets the color the tab item uses in the default state to paint its header text.
HeaderVisibleElements Gets or sets a value that specifies elements the item header shows.
HeaderWidth Gets or sets the item header width when TabView.HeaderPanelPosition is set to Top or Bottom.
SelectedHeaderBackgroundColor Gets or sets the background color of the tab item header in the selected state.
SelectedHeaderIconColor Gets or sets the color the tab item uses in the selected state to paint its header icon.
SelectedHeaderTextColor Gets or sets the color the tab item uses in the selected state to paint its header text.
See Also