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

public override MudColor ActionDefault { get; set; }

Property Value

MudColor

ActionDisabled

public override MudColor ActionDisabled { get; set; }

Property Value

MudColor

ActionDisabledBackground

public override MudColor ActionDisabledBackground { get; set; }

Property Value

MudColor

AppbarBackground

public override MudColor AppbarBackground { get; set; }

Property Value

MudColor

AppbarText

public override MudColor AppbarText { get; set; }

Property Value

MudColor

Background

public override MudColor Background { get; set; }

Property Value

MudColor

BackgroundGray

public override MudColor BackgroundGray { get; set; }

Property Value

MudColor

Black

public override MudColor Black { get; set; }

Property Value

MudColor

Dark

public override MudColor Dark { get; set; }

Property Value

MudColor

Divider

public override MudColor Divider { get; set; }

Property Value

MudColor

DividerLight

public override MudColor DividerLight { get; set; }

Property Value

MudColor

DrawerBackground

public override MudColor DrawerBackground { get; set; }

Property Value

MudColor

DrawerIcon

public override MudColor DrawerIcon { get; set; }

Property Value

MudColor

DrawerText

public override MudColor DrawerText { get; set; }

Property Value

MudColor

Error

public override MudColor Error { get; set; }

Property Value

MudColor

Info

public override MudColor Info { get; set; }

Property Value

MudColor

LinesDefault

public override MudColor LinesDefault { get; set; }

Property Value

MudColor

LinesInputs

public override MudColor LinesInputs { get; set; }

Property Value

MudColor

Primary

public override MudColor Primary { get; set; }

Property Value

MudColor

Success

public override MudColor Success { get; set; }

Property Value

MudColor

Surface

public override MudColor Surface { get; set; }

Property Value

MudColor

TableLines

public override MudColor TableLines { get; set; }

Property Value

MudColor

TableStriped

public override MudColor TableStriped { get; set; }

Property Value

MudColor

TextDisabled

public override MudColor TextDisabled { get; set; }

Property Value

MudColor

TextPrimary

public override MudColor TextPrimary { get; set; }

Property Value

MudColor

TextSecondary

public override MudColor TextSecondary { get; set; }

Property Value

MudColor

Warning

public override MudColor Warning { get; set; }

Property Value

MudColor