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
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
BottomLeft
Snackbars will appear in the bottom-left corner.
public const string BottomLeft = "mud-snackbar-location-bottom-left"
Field Value
BottomRight
Snackbars will appear in the bottom-right corner.
public const string BottomRight = "mud-snackbar-location-bottom-right"
Field Value
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
TopCenter
Snackbars will appear at the top, centered horizontally.
public const string TopCenter = "mud-snackbar-location-top-center"
Field Value
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
TopLeft
Snackbars will appear in the top-left corner.
public const string TopLeft = "mud-snackbar-location-top-left"
Field Value
TopRight
Snackbars will appear in the top-right corner.
public const string TopRight = "mud-snackbar-location-top-right"
Field Value
TopStart
Snackbars will appear at the top, aligned based on Right-to-Left settings.
public const string TopStart = "mud-snackbar-location-top-start"