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

TabViewItem Members

Stores the TabView item’s header settings and content.

Constructors

Name Description
TabViewItem() Initializes a new instance of the TabViewItem class.

Fields

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

Properties

Name Description
ActualAppearance Gets the common appearance settings that are applied to the current TabItem. Inherited from TabItem.
Content Gets or sets a view that the TabView displays in the content area when the item is selected. This is a bindable property.
CornerRadius Gets or sets a TabItem‘s corner radius. This is a bindable property. Inherited from TabItem.
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. Inherited from TabItem.
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. Inherited from TabItem.
HeaderFontFamily Gets or sets the font family to which the font for the item header’s text belongs. This is a bindable property. Inherited from TabItem.
HeaderFontSize Gets or sets the size of the font for the item header’s text. This is a bindable property. Inherited from TabItem.
HeaderHeight Gets or sets the item header height when the TabView.HeaderPanelPosition is Left or Right. This is a bindable property. Inherited from TabItem.
HeaderIcon Gets or sets an icon the item header displays. 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. Inherited from TabItem.
HeaderIconPosition Gets or sets the position of the icon relative to the text in the item header. This is a bindable property. Inherited from TabItem.
HeaderIconSpacing Gets or sets spacing between the icon and the text in the item header. This is a bindable property. Inherited from TabItem.
HeaderMaxHeight Gets or sets the maximum height of the item header when TabView.HeaderPanelPosition is Left or Right. This is a bindable property. Inherited from TabItem.
HeaderMaxWidth Gets or sets the maximum width of the item header when TabView.HeaderPanelPosition is Top or Bottom. This is a bindable property. Inherited from TabItem.
HeaderMinHeight Gets or sets the minimum height of the item header when TabView.HeaderPanelPosition is Left or Right. This is a bindable property. Inherited from TabItem.
HeaderMinWidth Gets or sets the minimum width of the item header when TabView.HeaderPanelPosition is Top or Bottom. This is a bindable property. Inherited from TabItem.
HeaderPadding Gets or sets the inner padding of the item header. This is a bindable property. Inherited from TabItem.
HeaderText Gets or sets the text of the item header title. 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. Inherited from TabItem.
HeaderVisibleElements Gets or sets a value that specifies elements the item header shows. This is a bindable property. Inherited from TabItem.
HeaderWidth Gets or sets the item header width when TabView.HeaderPanelPosition is Top or Bottom. This is a bindable property. Inherited from TabItem.
SelectedHeaderBackgroundColor Gets or sets the background color of the tab item header in the selected state. This is a bindable property. Inherited from TabItem.
SelectedHeaderIconColor Gets or sets the color the tab item uses in the selected state to paint its header icon. This is a bindable property. Inherited from TabItem.
SelectedHeaderTextColor Gets or sets the color the tab item uses in the selected state to paint its header text. This is a bindable property. Inherited from TabItem.

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