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