TabViewActualAppearance.BackgroundColor Property
In This Article
Gets the background color that is applied to the TabView. To specify this color, use the TabView‘s BackgroundColor
property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public Color BackgroundColor { get; }
#Property Value
Type | Description |
---|---|
Color | The background color. |
See Also