TabView.ItemHeaderIconColor Property
Gets or sets the color all tab items use to paint its header icons.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
Declaration
public Color ItemHeaderIconColor { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Maui.Graphics.Color | The color all tab items use to paint its header icons. |
See Also