TabViewItem Members
Stores the TabView item’s header settings and content.Constructors
Name | Description |
---|---|
TabViewItem() | Initializes a TabViewItem instance with the default settings. |
Fields
Name | Description |
---|---|
ContentProperty static | |
HeaderContentProperty static | Identifies the HeaderContent dependency property. Inherited from TabItem. |
HeaderFontAttributesProperty static | Identifies the HeaderFontAttributes dependency property. Inherited from TabItem. |
HeaderFontFamilyProperty static | Identifies the HeaderFontFamily dependency property. Inherited from TabItem. |
HeaderFontSizeProperty static | Identifies the HeaderFontSize dependency property. Inherited from TabItem. |
HeaderHeightProperty static | Identifies the HeaderHeight dependency property. Inherited from TabItem. |
HeaderIconColorProperty static | Identifies the HeaderIconColor dependency property. Inherited from TabItem. |
HeaderIconPositionProperty static | Identifies the HeaderIconPosition dependency property. Inherited from TabItem. |
HeaderIconProperty static | Identifies the HeaderIcon dependency property. |
HeaderIconSpacingProperty static | Identifies the HeaderIconSpacing dependency property. Inherited from TabItem. |
HeaderMaxHeightProperty static | Identifies the HeaderMaxHeight dependency property. Inherited from TabItem. |
HeaderMaxWidthProperty static | Identifies the HeaderMaxWidth dependency property. Inherited from TabItem. |
HeaderMinHeightProperty static | Identifies the HeaderMinHeight dependency property. Inherited from TabItem. |
HeaderMinWidthProperty static | Identifies the HeaderMinWidth dependency property. Inherited from TabItem. |
HeaderPaddingProperty static | Identifies the HeaderPadding dependency property. Inherited from TabItem. |
HeaderTextColorProperty static | Identifies the HeaderTextColor dependency property. Inherited from TabItem. |
HeaderTextProperty static | Identifies the HeaderText dependency property. |
HeaderVisibleElementsProperty static | Identifies the HeaderVisibleElements dependency property. Inherited from TabItem. |
HeaderWidthProperty static | Identifies the HeaderWidth dependency property. Inherited from TabItem. |
SelectedHeaderBackgroundColorProperty static | Identifies the SelectedHeaderBackgroundColor dependency property. Inherited from TabItem. |
SelectedHeaderIconColorProperty static | Identifies the SelectedHeaderIconColor dependency property. Inherited from TabItem. |
SelectedHeaderTextColorProperty static | Identifies the SelectedHeaderTextColor dependency property. Inherited from TabItem. |
Properties
Name | Description |
---|---|
Content | Gets or sets a view that the TabView 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. 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. Inherited from TabItem. |
HeaderFontFamily | Gets or sets the font family to which the font for the item header’s text belongs. Inherited from TabItem. |
HeaderFontSize | Gets or sets the size of the font for the item header’s text. Inherited from TabItem. |
HeaderHeight | Gets or sets the item header height when TabView.HeaderPanelPosition is set to Left or Right. Inherited from TabItem. |
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 header icon. Inherited from TabItem. |
HeaderIconPosition | Gets or sets the position of the icon relative to the text in the item header. Inherited from TabItem. |
HeaderIconSpacing | Gets or sets spacing between the icon and the text in the item header. Inherited from TabItem. |
HeaderMaxHeight | Gets or sets the maximum height of the item header when TabView.HeaderPanelPosition is set to Left or Right. Inherited from TabItem. |
HeaderMaxWidth | Gets or sets the maximum width of the item header when TabView.HeaderPanelPosition is set to Top or Bottom. Inherited from TabItem. |
HeaderMinHeight | Gets or sets the minimum height of the item header when TabView.HeaderPanelPosition is set to Left or Right. Inherited from TabItem. |
HeaderMinWidth | Gets or sets the minimum width of the item header when TabView.HeaderPanelPosition is set to Top or Bottom. Inherited from TabItem. |
HeaderPadding | Gets or sets the inner padding of the item header. Inherited from TabItem. |
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 header text. Inherited from TabItem. |
HeaderVisibleElements | Gets or sets a value that specifies elements the item header shows. Inherited from TabItem. |
HeaderWidth | Gets or sets the item header width when TabView.HeaderPanelPosition is set to Top or Bottom. Inherited from TabItem. |
SelectedHeaderBackgroundColor | Gets or sets the background color of the tab item header in the selected state. Inherited from TabItem. |
SelectedHeaderIconColor | Gets or sets the color the tab item uses in the selected state to paint its header icon. Inherited from TabItem. |
SelectedHeaderTextColor | Gets or sets the color the tab item uses in the selected state to paint its header text. Inherited from TabItem. |
See Also