Table of Contents

Class MudTheme

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents the theme settings for the MudBlazor user interface.

public class MudTheme
Inheritance
MudTheme
Inherited Members
Extension Methods

Constructors

MudTheme()

Initializes the MudTheme class.

public MudTheme()

Properties

LayoutProperties

The layout properties.

public LayoutProperties LayoutProperties { get; set; }

Property Value

LayoutProperties

PaletteDark

The palette for the dark theme.

public PaletteDark PaletteDark { get; set; }

Property Value

PaletteDark

PaletteLight

The palette for the light theme.

public PaletteLight PaletteLight { get; set; }

Property Value

PaletteLight

Remarks

Renamed from Palette to PaletteLight in v7.

PseudoCss

The pseudo CSS styles.

public PseudoCss PseudoCss { get; set; }

Property Value

PseudoCss

Shadows

The shadow settings.

public Shadow Shadows { get; set; }

Property Value

Shadow

Typography

The typography settings.

public Typography Typography { get; set; }

Property Value

Typography

ZIndex

The z-index values.

public ZIndex ZIndex { get; set; }

Property Value

ZIndex