Enum DrawerClipMode NamespaceMudBlazor AssemblyMudBlazor.dll Indicates the clipping behavior of a MudDrawer when inside of a MudLayout. public enum DrawerClipMode Extension Methods DrawerClipModeSourceGeneratorEnumExtensions.ToDescriptionString(DrawerClipMode) ObjectExtensions.As<T>(object?) Fields Always = 2 The drawer will display underneath the MudAppBar and display over content when opened. Docked = 1 The drawer will display underneath the MudAppBar and push content to the side when opening. Never = 0 The drawer will display over the MudAppBar and other content.