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 a new instance of the MudTheme class.
public MudTheme()
Properties
LayoutProperties
Gets or sets the layout properties.
public LayoutProperties LayoutProperties { get; set; }
Property Value
PaletteDark
Gets or sets the palette for the dark theme.
public PaletteDark PaletteDark { get; set; }
Property Value
PaletteLight
Gets or sets the palette for the light theme.
public PaletteLight PaletteLight { get; set; }
Property Value
Remarks
Renamed from Palette
to PaletteLight
in v7.
PseudoCss
Gets or sets the pseudo CSS styles.
public PseudoCss PseudoCss { get; set; }
Property Value
Shadows
Gets or sets the shadow settings.
public Shadow Shadows { get; set; }
Property Value
Typography
Gets or sets the typography settings.
public Typography Typography { get; set; }
Property Value
ZIndex
Gets or sets the z-index values.
public ZIndex ZIndex { get; set; }