Table of Contents

Enum DrawerClipMode

Namespace
MudBlazor
Assembly
MudBlazor.dll

Indicates the clipping behavior of a MudDrawer when inside of a MudLayout.

public enum DrawerClipMode
Extension Methods

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.