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
The default action color.
public override MudColor ActionDefault { get; set; }
Property Value
ActionDisabled
The disabled action color.
public override MudColor ActionDisabled { get; set; }
Property Value
ActionDisabledBackground
The background color for disabled actions.
public override MudColor ActionDisabledBackground { get; set; }
Property Value
AppbarBackground
The appbar background color.
public override MudColor AppbarBackground { get; set; }
Property Value
AppbarText
The appbar text color.
public override MudColor AppbarText { get; set; }
Property Value
Background
The background color.
public override MudColor Background { get; set; }
Property Value
BackgroundGray
The gray background color.
public override MudColor BackgroundGray { get; set; }
Property Value
Black
The black color.
public override MudColor Black { get; set; }
Property Value
Dark
The dark color.
public override MudColor Dark { get; set; }
Property Value
Divider
The color for dividers.
public override MudColor Divider { get; set; }
Property Value
DividerLight
The light color for dividers.
public override MudColor DividerLight { get; set; }
Property Value
DrawerBackground
The drawer background color.
public override MudColor DrawerBackground { get; set; }
Property Value
DrawerIcon
The drawer icon color.
public override MudColor DrawerIcon { get; set; }
Property Value
DrawerText
The drawer text color.
public override MudColor DrawerText { get; set; }
Property Value
Error
The error color.
public override MudColor Error { get; set; }
Property Value
Info
The info color.
public override MudColor Info { get; set; }
Property Value
LinesDefault
The default color for lines.
public override MudColor LinesDefault { get; set; }
Property Value
LinesInputs
The color for input lines.
public override MudColor LinesInputs { get; set; }
Property Value
Primary
The primary color.
public override MudColor Primary { get; set; }
Property Value
Skeleton
The color for skeletons.
public override MudColor Skeleton { get; set; }
Property Value
Success
The success color.
public override MudColor Success { get; set; }
Property Value
Surface
The surface color.
public override MudColor Surface { get; set; }
Property Value
TableLines
The color for table lines.
public override MudColor TableLines { get; set; }
Property Value
TableStriped
The color for striped rows in a table.
public override MudColor TableStriped { get; set; }
Property Value
TextDisabled
The disabled text color.
public override MudColor TextDisabled { get; set; }
Property Value
TextPrimary
The primary text color.
public override MudColor TextPrimary { get; set; }
Property Value
TextSecondary
The secondary text color.
public override MudColor TextSecondary { get; set; }
Property Value
Warning
The warning color.
public override MudColor Warning { get; set; }