Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class ThemeOptions

    Options for changing the theme.

    Inheritance
    object
    ThemeOptions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class ThemeOptions

    Constructors

    ThemeOptions()

    Options for changing the theme.

    Declaration
    public ThemeOptions()

    Properties

    RightToLeft

    Specifies if the theme should be right-to-left.

    Declaration
    public bool? RightToLeft { get; set; }
    Property Value
    Type Description
    bool?

    Theme

    Specifies the theme.

    Declaration
    public string Theme { get; set; }
    Property Value
    Type Description
    string

    TriggerChange

    Specifies if the theme change should trigger the ThemeChanged event.

    Declaration
    public bool TriggerChange { get; set; }
    Property Value
    Type Description
    bool

    Wcag

    Specifies if the theme colors should meet WCAG contrast requirements.

    Declaration
    public bool? Wcag { get; set; }
    Property Value
    Type Description
    bool?

    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