Class MudGlobal.PopoverDefaults
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Default settings for MudPopover.
Warning: This feature is under development and breaking changes to the API will occur between releases.
public static class MudGlobal.PopoverDefaults
- Inheritance
-
MudGlobal.PopoverDefaults
- Inherited Members
Properties
Elevation
The amount of drop shadow to apply to MudPopover.
public static int Elevation { get; set; }
Property Value
ModalOverlay
Prevents interaction with background elements.
public static bool ModalOverlay { get; set; }
Property Value
Remarks
Only applies to components that use a MudPopover in conjunction with a MudOverlay to close the popover when a user clicks outside, such as MudSelect<T>.