Table of Contents

Class Defaults.Classes.Position

Namespace
MudBlazor
Assembly
MudBlazor.dll

The CSS classes used to position snackbars.

public static class Defaults.Classes.Position
Inheritance
Defaults.Classes.Position
Inherited Members

Fields

BottomCenter

Snackbars will appear on the bottom, centered horizontally.

public const string BottomCenter = "mud-snackbar-location-bottom-center"

Field Value

string

BottomEnd

Snackbars will appear on the bottom, aligned based on Right-to-Left settings.

public const string BottomEnd = "mud-snackbar-location-bottom-end"

Field Value

string

BottomLeft

Snackbars will appear in the bottom-left corner.

public const string BottomLeft = "mud-snackbar-location-bottom-left"

Field Value

string

BottomRight

Snackbars will appear in the bottom-right corner.

public const string BottomRight = "mud-snackbar-location-bottom-right"

Field Value

string

BottomStart

Snackbars will appear on the bottom, aligned based on Right-to-Left settings.

public const string BottomStart = "mud-snackbar-location-bottom-start"

Field Value

string

TopCenter

Snackbars will appear at the top, centered horizontally.

public const string TopCenter = "mud-snackbar-location-top-center"

Field Value

string

TopEnd

Snackbars will appear at the top, aligned based on Right-to-Left settings.

public const string TopEnd = "mud-snackbar-location-top-end"

Field Value

string

TopLeft

Snackbars will appear in the top-left corner.

public const string TopLeft = "mud-snackbar-location-top-left"

Field Value

string

TopRight

Snackbars will appear in the top-right corner.

public const string TopRight = "mud-snackbar-location-top-right"

Field Value

string

TopStart

Snackbars will appear at the top, aligned based on Right-to-Left settings.

public const string TopStart = "mud-snackbar-location-top-start"

Field Value

string