TabItemActualAppearance.HeaderTextColor Property
Gets the text color that is applied to the TabItem‘s header. To specify this color, use the HeaderTextColor property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Color HeaderTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The header text’s color. |
See Also