Table of Contents

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

MudColor

ActionDisabled

The disabled action color.

public override MudColor ActionDisabled { get; set; }

Property Value

MudColor

ActionDisabledBackground

The background color for disabled actions.

public override MudColor ActionDisabledBackground { get; set; }

Property Value

MudColor

AppbarBackground

The appbar background color.

public override MudColor AppbarBackground { get; set; }

Property Value

MudColor

AppbarText

The appbar text color.

public override MudColor AppbarText { get; set; }

Property Value

MudColor

Background

The background color.

public override MudColor Background { get; set; }

Property Value

MudColor

BackgroundGray

The gray background color.

public override MudColor BackgroundGray { get; set; }

Property Value

MudColor

Black

The black color.

public override MudColor Black { get; set; }

Property Value

MudColor

Dark

The dark color.

public override MudColor Dark { get; set; }

Property Value

MudColor

Divider

The color for dividers.

public override MudColor Divider { get; set; }

Property Value

MudColor

DividerLight

The light color for dividers.

public override MudColor DividerLight { get; set; }

Property Value

MudColor

DrawerBackground

The drawer background color.

public override MudColor DrawerBackground { get; set; }

Property Value

MudColor

DrawerIcon

The drawer icon color.

public override MudColor DrawerIcon { get; set; }

Property Value

MudColor

DrawerText

The drawer text color.

public override MudColor DrawerText { get; set; }

Property Value

MudColor

Error

The error color.

public override MudColor Error { get; set; }

Property Value

MudColor

Info

The info color.

public override MudColor Info { get; set; }

Property Value

MudColor

LinesDefault

The default color for lines.

public override MudColor LinesDefault { get; set; }

Property Value

MudColor

LinesInputs

The color for input lines.

public override MudColor LinesInputs { get; set; }

Property Value

MudColor

Primary

The primary color.

public override MudColor Primary { get; set; }

Property Value

MudColor

Skeleton

The color for skeletons.

public override MudColor Skeleton { get; set; }

Property Value

MudColor

Success

The success color.

public override MudColor Success { get; set; }

Property Value

MudColor

Surface

The surface color.

public override MudColor Surface { get; set; }

Property Value

MudColor

TableLines

The color for table lines.

public override MudColor TableLines { get; set; }

Property Value

MudColor

TableStriped

The color for striped rows in a table.

public override MudColor TableStriped { get; set; }

Property Value

MudColor

TextDisabled

The disabled text color.

public override MudColor TextDisabled { get; set; }

Property Value

MudColor

TextPrimary

The primary text color.

public override MudColor TextPrimary { get; set; }

Property Value

MudColor

TextSecondary

The secondary text color.

public override MudColor TextSecondary { get; set; }

Property Value

MudColor

Warning

The warning color.

public override MudColor Warning { get; set; }

Property Value

MudColor