TabItemActualAppearance.SelectedHeaderIconColor Property
In This Article
Gets the icon color that is applied to the TabItem‘s header when it is selected. To specify this color, use the SelectedHeaderIconColor property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public Color SelectedHeaderIconColor { get; }
#Property Value
Type | Description |
---|---|
Color | The icon color that is applied to the Tab |
See Also