maui-devexpress-dot-maui-dot-controls-dot-tabviewactualappearance-dot-underscore-members.md
An appearance object.
| Name | Description |
|---|---|
| BackgroundColor | Gets the background color that is applied to the TabView. To specify this color, use the TabView‘s BackgroundColor property. |
| HeaderPanelBackgroundColor | Gets the header panel’s background color that is applied to the TabView. To specify this color, use the TabView‘s BackgroundColor property. |
| HeaderPanelHeight | Gets the header panel’s height value that is applied to the TabView. To specify this value, use the HeaderPanelHeight property. |
| HeaderPanelIndent | Gets the header panel’s indent value that is applied to the TabView. To specify this value, use the HeaderPanelIndent property. |
| HeaderPanelItemSpacing | Gets the header panel item spacing value that is applied to the TabView. To specify this value, use the HeaderPanelItemSpacing property. |
| HeaderPanelMaxHeight | Gets the header panel’s maximum height value that is applied to the TabView. To specify this value, use the HeaderPanelMaxHeight property. |
| HeaderPanelMaxWidth | Gets the header panel’s maximum width value that is applied to the TabView. To specify this value, use the HeaderPanelMaxWidth property. |
| HeaderPanelMinHeight | Gets the header panel’s minimum height value that is applied to the TabView. To specify this value, use the HeaderPanelMinHeight property. |
| HeaderPanelMinWidth | Gets the header panel’s minimum width value that is applied to the TabView. To specify this value, use the HeaderPanelMinHeight property. |
| HeaderPanelPadding | Gets the header panel’s padding value that is applied to the TabView. |
| HeaderPanelShadowColor | Gets the header panel’s shadow color that is applied to the TabView. To specify this color, use the HeaderPanelShadowColor property. |
| HeaderPanelShadowHeight | Gets the header panel’s shadow height value that is applied to the TabView. To specify this value, use the HeaderPanelMinHeight property. |
| HeaderPanelShadowRadius | Gets the header panel’s shadow radius value that is applied to the TabView. To specify this value, use the HeaderPanelShadowRadius property. |
| HeaderPanelWidth | Gets the header panel’s width value that is applied to the TabView. To specify this value, use the HeaderPanelWidth property. |
| ItemHeaderFontAttributes | Gets the item header’s font attribute value that is applied to the TabView. To specify this value, use the ItemHeaderFontAttributes property. |
| ItemHeaderFontFamily | Gets the item header’s font family value that is applied to the TabView. To specify this value, use the ItemHeaderFontFamily property. |
| ItemHeaderFontSize | Gets the item header’s font size value that is applied to the TabView. To specify this value, use the ItemHeaderFontSize property. |
| ItemHeaderHeight | Gets the item header’s height value that is applied to the TabView. To specify this value, use the ItemHeaderFontSize property. |
| ItemHeaderIconColor | Gets the item header’s icon color that is applied to the TabView. To specify this color, use the ItemHeaderIconColor property. |
| ItemHeaderIconPosition | Gets the item header’s icon position value that is applied to the TabView. To specify this value, use the ItemHeaderIconPosition property. |
| ItemHeaderIconSpacing | Gets the item header’s icon spacing value that is applied to the TabView. To specify this value, use the ItemHeaderIconSpacing property. |
| ItemHeaderMaxHeight | Gets the item header’s maximum height value that is applied to the TabView. To specify this value, use the ItemHeaderMaxHeight property. |
| ItemHeaderMaxWidth | Gets the item header’s maximum width value that is applied to the TabView. To specify this value, use the ItemHeaderMaxWidth property. |
| ItemHeaderMinHeight | Gets the item header’s minimal height value that is applied to the TabView. To specify this value, use the ItemHeaderMinHeight property. |
| ItemHeaderMinWidth | Gets the item header’s minimal width value that is applied to the TabView. To specify this value, use the ItemHeaderMinWidth property. |
| ItemHeaderPadding | Gets the item header’s padding value that is applied to the TabView. To specify this value, use the HeaderPadding property. |
| ItemHeaderTextColor | Gets the item header’s text color that is applied to the TabView. To specify this color, use the ItemHeaderTextColor property. |
| ItemHeaderVisibleElements | Gets the item header’s visible element value that is applied to the TabView. To specify this value, use the ItemHeaderVisibleElements property. |
| ItemHeaderWidth | Gets the item header’s width value that is applied to the TabView. To specify this value, use the ItemHeaderWidth property. |
| SelectedItemHeaderBackgroundColor | Gets the header’s background color that is applied to the TabView when the header is selected. To specify this color, use the SelectedItemHeaderBackgroundColor property. |
| SelectedItemHeaderIconColor | Gets the header’s icon color that is applied to the TabView when the header is selected. To specify this color, use the SelectedItemHeaderIconColor property. |
| SelectedItemHeaderTextColor | Gets the header’s text color that is applied to the TabView when the header is selected. To specify this color, use the SelectedItemHeaderTextColor property. |
| SelectedItemIndicatorColor | Gets the header’s indicator color that is applied to the TabView when the header is selected. To specify this color, use the SelectedItemIndicatorColor property. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from System.Object. |
| ReferenceEquals(Object, Object) static | Determines 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