Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class Theme

    Theme definition.

    Inheritance
    System.Object
    Theme
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class Theme : object

    Properties

    Base

    Specifies the base color.

    Declaration
    public string Base { get; set; }
    Property Value
    Type Description
    System.String

    ButtonRadius

    Specifies the button radius.

    Declaration
    public string ButtonRadius { get; set; }
    Property Value
    Type Description
    System.String

    CardRadius

    Specifies the card radius.

    Declaration
    public string CardRadius { get; set; }
    Property Value
    Type Description
    System.String

    Content

    Specifies the content color.

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    System.String

    ContentText

    Specifies the content text color.

    Declaration
    public string ContentText { get; set; }
    Property Value
    Type Description
    System.String

    Premium

    Specifies if the theme is premium.

    Declaration
    public bool Premium { get; set; }
    Property Value
    Type Description
    System.Boolean

    Primary

    Specifies the primary color.

    Declaration
    public string Primary { get; set; }
    Property Value
    Type Description
    System.String

    Secondary

    Specifies the secondary color.

    Declaration
    public string Secondary { get; set; }
    Property Value
    Type Description
    System.String

    Selection

    Specifies the selection color.

    Declaration
    public string Selection { get; set; }
    Property Value
    Type Description
    System.String

    SelectionText

    Specifies the selection text color.

    Declaration
    public string SelectionText { get; set; }
    Property Value
    Type Description
    System.String

    SeriesA

    Specifies the series A color.

    Declaration
    public string SeriesA { get; set; }
    Property Value
    Type Description
    System.String

    SeriesB

    Specifies the series B color.

    Declaration
    public string SeriesB { get; set; }
    Property Value
    Type Description
    System.String

    SeriesC

    Specifies the series C color.

    Declaration
    public string SeriesC { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Specifies the user-friendly theme name e.g. Material3.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TitleText

    Specifies the title text color.

    Declaration
    public string TitleText { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Specifies the theme value e.g. material3.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT