Skip to main content

TabItem Properties

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