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