Skip to main content
All docs
V25.1
  • 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.

    #0f6cbd

    CoolBlue

    CoolBlue accent color.

    #2d7d9a

    Desert

    Desert accent color.

    #847545

    Mint

    Mint accent color.

    #018574

    Moss

    Moss accent color.

    #486860

    Orchid

    Orchid accent color.

    #c239b3

    Purple

    Purple accent color.

    #5b5fc7

    Rose

    Rose accent color.

    #ea005e

    Rust

    Rust accent color.

    #da3b01

    Steel

    Steel accent color.

    #68768a

    Storm

    Storm accent color.

    #4c4a48

    Remarks

    Refer the DxThemeFluent class description for more information and an example.

    See Also