Skip to main content

TabItemActualAppearance Properties

An appearance object.
Name Description
CornerRadius Gets the corner radius value that is applied to the TabItem. To specify this value, use the CornerRadius property.
HeaderFontAttributes Gets the font attribute value that is applied to the TabItem‘s header. To specify this value, use the HeaderFontAttributes property.
HeaderFontFamily Gets the font family value that is applied to the TabItem‘s header. To specify this value, use the HeaderFontFamily property.
HeaderFontSize Gets the font size value that is applied to the TabItem‘s header. To specify this value, use the HeaderFontSize property.
HeaderHeight Gets the height value that is applied to the TabItem‘s header. To specify this value, use the HeaderHeight property.
HeaderIconColor Gets the icon color that is applied to the TabItem‘s header. To specify this color, use the HeaderIconColor property.
HeaderIconPosition Gets the icon position value that is applied to the TabItem‘s header. To specify this value, use the HeaderIconPosition property.
HeaderIconSpacing Gets the icon’s spacing value that is applied to the TabItem‘s header. To specify this value, use the HeaderIconSpacing property.
HeaderMaxHeight Gets the maximum height value that is applied to the TabItem‘s header. To specify this value, use the HeaderMaxHeight property.
HeaderMaxWidth Gets the maximum width value that is applied to the TabItem‘s header. To specify this value, use the HeaderMaxWidth property.
HeaderMinHeight Gets the minimum height value that is applied to the TabItem‘s header. To specify this value, use the HeaderMinHeight property.
HeaderMinWidth Gets the minimum width value that is applied to the TabItem‘s header. To specify this value, use the HeaderMinWidth property.
HeaderPadding Gets the padding value that is applied to the TabItem‘s header. To specify this value, use the HeaderPadding property.
HeaderTextColor Gets the text color that is applied to the TabItem‘s header. To specify this color, use the HeaderTextColor property.
HeaderVisibleElements Gets the visible element value that is applied to the TabItem‘s header. To specify this value, use the HeaderVisibleElements property.
HeaderWidth Gets the width value that is applied to the TabItem‘s header. To specify this value, use the HeaderWidth property.
SelectedHeaderBackgroundColor Gets the background color that is applied to the TabItem‘s header when it is selected. To specify this color, use the SelectedHeaderBackgroundColor property.
SelectedHeaderIconColor Gets the icon color that is applied to the TabItem‘s header when it is selected. To specify this color, use the SelectedHeaderIconColor property.
SelectedHeaderTextColor Gets the text color that is applied to the TabItem‘s header when it is selected. To specify this color, use the SelectedHeaderTextColor property.
See Also