Back to Devexpress

TabViewActualAppearance Members

maui-devexpress-dot-maui-dot-controls-dot-tabviewactualappearance-dot-underscore-members.md

latest13.0 KB
Original Source

TabViewActualAppearance Members

An appearance object.

Properties

NameDescription
BackgroundColorGets the background color that is applied to the TabView. To specify this color, use the TabView‘s BackgroundColor property.
HeaderPanelBackgroundColorGets the header panel’s background color that is applied to the TabView. To specify this color, use the TabView‘s BackgroundColor property.
HeaderPanelHeightGets the header panel’s height value that is applied to the TabView. To specify this value, use the HeaderPanelHeight property.
HeaderPanelIndentGets the header panel’s indent value that is applied to the TabView. To specify this value, use the HeaderPanelIndent property.
HeaderPanelItemSpacingGets the header panel item spacing value that is applied to the TabView. To specify this value, use the HeaderPanelItemSpacing property.
HeaderPanelMaxHeightGets the header panel’s maximum height value that is applied to the TabView. To specify this value, use the HeaderPanelMaxHeight property.
HeaderPanelMaxWidthGets the header panel’s maximum width value that is applied to the TabView. To specify this value, use the HeaderPanelMaxWidth property.
HeaderPanelMinHeightGets the header panel’s minimum height value that is applied to the TabView. To specify this value, use the HeaderPanelMinHeight property.
HeaderPanelMinWidthGets the header panel’s minimum width value that is applied to the TabView. To specify this value, use the HeaderPanelMinHeight property.
HeaderPanelPaddingGets the header panel’s padding value that is applied to the TabView.
HeaderPanelShadowColorGets the header panel’s shadow color that is applied to the TabView. To specify this color, use the HeaderPanelShadowColor property.
HeaderPanelShadowHeightGets the header panel’s shadow height value that is applied to the TabView. To specify this value, use the HeaderPanelMinHeight property.
HeaderPanelShadowRadiusGets the header panel’s shadow radius value that is applied to the TabView. To specify this value, use the HeaderPanelShadowRadius property.
HeaderPanelWidthGets the header panel’s width value that is applied to the TabView. To specify this value, use the HeaderPanelWidth property.
ItemHeaderFontAttributesGets the item header’s font attribute value that is applied to the TabView. To specify this value, use the ItemHeaderFontAttributes property.
ItemHeaderFontFamilyGets the item header’s font family value that is applied to the TabView. To specify this value, use the ItemHeaderFontFamily property.
ItemHeaderFontSizeGets the item header’s font size value that is applied to the TabView. To specify this value, use the ItemHeaderFontSize property.
ItemHeaderHeightGets the item header’s height value that is applied to the TabView. To specify this value, use the ItemHeaderFontSize property.
ItemHeaderIconColorGets the item header’s icon color that is applied to the TabView. To specify this color, use the ItemHeaderIconColor property.
ItemHeaderIconPositionGets the item header’s icon position value that is applied to the TabView. To specify this value, use the ItemHeaderIconPosition property.
ItemHeaderIconSpacingGets the item header’s icon spacing value that is applied to the TabView. To specify this value, use the ItemHeaderIconSpacing property.
ItemHeaderMaxHeightGets the item header’s maximum height value that is applied to the TabView. To specify this value, use the ItemHeaderMaxHeight property.
ItemHeaderMaxWidthGets the item header’s maximum width value that is applied to the TabView. To specify this value, use the ItemHeaderMaxWidth property.
ItemHeaderMinHeightGets the item header’s minimal height value that is applied to the TabView. To specify this value, use the ItemHeaderMinHeight property.
ItemHeaderMinWidthGets the item header’s minimal width value that is applied to the TabView. To specify this value, use the ItemHeaderMinWidth property.
ItemHeaderPaddingGets the item header’s padding value that is applied to the TabView. To specify this value, use the HeaderPadding property.
ItemHeaderTextColorGets the item header’s text color that is applied to the TabView. To specify this color, use the ItemHeaderTextColor property.
ItemHeaderVisibleElementsGets the item header’s visible element value that is applied to the TabView. To specify this value, use the ItemHeaderVisibleElements property.
ItemHeaderWidthGets the item header’s width value that is applied to the TabView. To specify this value, use the ItemHeaderWidth property.
SelectedItemHeaderBackgroundColorGets the header’s background color that is applied to the TabView when the header is selected. To specify this color, use the SelectedItemHeaderBackgroundColor property.
SelectedItemHeaderIconColorGets the header’s icon color that is applied to the TabView when the header is selected. To specify this color, use the SelectedItemHeaderIconColor property.
SelectedItemHeaderTextColorGets the header’s text color that is applied to the TabView when the header is selected. To specify this color, use the SelectedItemHeaderTextColor property.
SelectedItemIndicatorColorGets the header’s indicator color that is applied to the TabView when the header is selected. To specify this color, use the SelectedItemIndicatorColor property.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from System.Object.
GetHashCode()Serves as the default hash function. Inherited from System.Object.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Returns a string that represents the current object. Inherited from System.Object.

See Also

TabViewActualAppearance Class

DevExpress.Maui.Controls Namespace