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
Gets or sets the Z-index value for the AppBar component. Default value is "1300".
public int AppBar { get; set; }
Property Value
Dialog
Gets or sets the Z-index value for the Dialog component. Default value is "1400".
public int Dialog { get; set; }
Property Value
Drawer
Gets or sets the Z-index value for the Drawer component. Default value is "1100"".
public int Drawer { get; set; }
Property Value
Popover
Gets or sets the Z-index value for the Popover component. Default value is "1200".
public int Popover { get; set; }
Property Value
Snackbar
Gets or sets the Z-index value for the SnackBar component. Default value is "1500".
public int Snackbar { get; set; }
Property Value
Tooltip
Gets or sets the Z-index value for the Tooltip component. Default value is "1600".
public int Tooltip { get; set; }