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
PaletteDark
The palette for the dark theme.
public PaletteDark PaletteDark { get; set; }
Property Value
PaletteLight
The palette for the light theme.
public PaletteLight PaletteLight { get; set; }
Property Value
Remarks
Renamed from Palette
to PaletteLight
in v7.
PseudoCss
The pseudo CSS styles.
public PseudoCss PseudoCss { get; set; }
Property Value
Shadows
The shadow settings.
public Shadow Shadows { get; set; }
Property Value
Typography
The typography settings.
public Typography Typography { get; set; }
Property Value
ZIndex
The z-index values.
public ZIndex ZIndex { get; set; }