TabView.ItemHeaderTextColor Property
Gets or sets the color tab items use to paint their texts when items are in the default state. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Color ItemHeaderTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color. |
See Also