DxThemeFluent.AccentColor Property
Returns the built-in accent color applied to the theme.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public ThemeFluentAccentColor AccentColor { get; }
Property Value
Type | Description |
---|---|
ThemeFluentAccentColor | An enumeration value. |
Available values:
Show 11 items
Name | Description | Hex Value |
---|---|---|
Blue | Blue accent color. |
|
CoolBlue | CoolBlue accent color. |
|
Desert | Desert accent color. |
|
Mint | Mint accent color. |
|
Moss | Moss accent color. |
|
Orchid | Orchid accent color. |
|
Purple | Purple accent color. |
|
Rose | Rose accent color. |
|
Rust | Rust accent color. |
|
Steel | Steel accent color. |
|
Storm | Storm accent color. |
|
Remarks
Refer the DxThemeFluent class description for more information and an example.
See Also