DXTabItem.AccentColor Property
Gets or sets the DXTabItem‘s accent color.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Color | The DXTabItem‘s accent color. |
Remarks
The AccentColor
property specifies the DXTabItem‘s foreground if you apply any of the following DevExpress themes:
- Windows 11 Themes
- Windows 10 Themes
- Office 2019 Themes
- Visual Studio 2019 Themes
- Visual Studio 2017 Themes
- Office 2016 SE Themes
In other themes, the AccentColor
property specifies the DXTabItem‘s background.
Refer to the following help topic for more information: Appearance Customization.
See Also