Class ZIndex
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Represents the Z-index values for different components.
public class ZIndex
- Inheritance
-
ZIndex
- Inherited Members
- Extension Methods
Constructors
ZIndex()
public ZIndex()
Properties
AppBar
The Z-index value for the AppBar component.
Defaults to 1300.
public int AppBar { get; set; }
Property Value
Dialog
The Z-index value for the Dialog component.
Defaults to 1400.
public int Dialog { get; set; }
Property Value
Drawer
The Z-index value for the Drawer component.
Defaults to 1100..
public int Drawer { get; set; }
Property Value
Popover
The Z-index value for the Popover component.
Defaults to 1200.
public int Popover { get; set; }
Property Value
Snackbar
The Z-index value for the SnackBar component.
Defaults to 1500.
public int Snackbar { get; set; }
Property Value
Tooltip
The Z-index value for the Tooltip component.
Defaults to 1600.
public int Tooltip { get; set; }