Skip to main content

TabItemActualAppearance Members

An appearance object.

Properties

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.

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