Skip to main content
A newer version of this page is available. .

TabItem Members

Holds a tab header and the tab content.

Constructors

Name Description
TabItem() Initializes a TabItem instance with the default settings.

Fields

Name Description
ContentProperty static Identifies the Content dependency property.
HeaderContentProperty static Identifies the HeaderContent dependency property.
HeaderFontAttributesProperty static Identifies the HeaderFontAttributes dependency property.
HeaderFontFamilyProperty static Identifies the HeaderFontFamily dependency property.
HeaderFontSizeProperty static Identifies the HeaderFontSize dependency property.
HeaderHeightProperty static Identifies the HeaderHeight dependency property.
HeaderIconColorProperty static Identifies the HeaderIconColor dependency property.
HeaderIconPositionProperty static Identifies the HeaderIconPosition dependency property.
HeaderIconProperty static Identifies the HeaderIcon dependency property.
HeaderIconSpacingProperty static Identifies the HeaderIconSpacing dependency property.
HeaderMaxHeightProperty static Identifies the HeaderMaxHeight dependency property.
HeaderMaxWidthProperty static Identifies the HeaderMaxWidth dependency property.
HeaderMinHeightProperty static Identifies the HeaderMinHeight dependency property.
HeaderMinWidthProperty static Identifies the HeaderMinWidth dependency property.
HeaderPaddingProperty static Identifies the HeaderPadding dependency property.
HeaderTextColorProperty static Identifies the HeaderTextColor dependency property.
HeaderTextProperty static Identifies the HeaderText dependency property.
HeaderVisibleElementsProperty static Identifies the HeaderVisibleElements dependency property.
HeaderWidthProperty static Identifies the HeaderWidth dependency property.
SelectedHeaderBackgroundColorProperty static Identifies the SelectedHeaderBackgroundColor dependency property.
SelectedHeaderIconColorProperty static Identifies the SelectedHeaderIconColor dependency property.
SelectedHeaderTextColorProperty static Identifies the SelectedHeaderTextColor dependency property.

Properties

Name Description
Content Gets or sets a view the Tab View displays in the content area when the item is selected.
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.
HeaderIcon Gets or sets an icon the item header displays.
HeaderIconColor Gets or sets the color the tab item uses in the default state to paint its icon.
HeaderIconPosition Gets or sets the position of the header icon relative to the header’s text.
HeaderIconSpacing Gets or sets spacing between the icon and the text of a header item.
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 header item.
HeaderText Gets or sets the text of the item header title.
HeaderTextColor Gets or sets the color the tab item uses in the default state to paint its 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 icon.
SelectedHeaderTextColor Gets or sets the color the tab item uses in the selected state to paint its text.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also