Class PaletteDark
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Represents a dark color palette.
public class PaletteDark : Palette
- Inheritance
-
PaletteDark
- Inherited Members
- Extension Methods
Constructors
PaletteDark()
public PaletteDark()
Properties
ActionDefault
public override MudColor ActionDefault { get; set; }
Property Value
ActionDisabled
public override MudColor ActionDisabled { get; set; }
Property Value
ActionDisabledBackground
public override MudColor ActionDisabledBackground { get; set; }
Property Value
AppbarBackground
public override MudColor AppbarBackground { get; set; }
Property Value
AppbarText
public override MudColor AppbarText { get; set; }
Property Value
Background
public override MudColor Background { get; set; }
Property Value
BackgroundGray
public override MudColor BackgroundGray { get; set; }
Property Value
Black
public override MudColor Black { get; set; }
Property Value
Dark
public override MudColor Dark { get; set; }
Property Value
Divider
public override MudColor Divider { get; set; }
Property Value
DividerLight
public override MudColor DividerLight { get; set; }
Property Value
DrawerBackground
public override MudColor DrawerBackground { get; set; }
Property Value
DrawerIcon
public override MudColor DrawerIcon { get; set; }
Property Value
DrawerText
public override MudColor DrawerText { get; set; }
Property Value
Error
public override MudColor Error { get; set; }
Property Value
Info
public override MudColor Info { get; set; }
Property Value
LinesDefault
public override MudColor LinesDefault { get; set; }
Property Value
LinesInputs
public override MudColor LinesInputs { get; set; }
Property Value
Primary
public override MudColor Primary { get; set; }
Property Value
Success
public override MudColor Success { get; set; }
Property Value
Surface
public override MudColor Surface { get; set; }
Property Value
TableLines
public override MudColor TableLines { get; set; }
Property Value
TableStriped
public override MudColor TableStriped { get; set; }
Property Value
TextDisabled
public override MudColor TextDisabled { get; set; }
Property Value
TextPrimary
public override MudColor TextPrimary { get; set; }
Property Value
TextSecondary
public override MudColor TextSecondary { get; set; }
Property Value
Warning
public override MudColor Warning { get; set; }