DrawerMode
Enum
Describes how the drawer interacts with page content when expanding and collapsing.
Definition
Fields
Renders the drawer on top of the page content with a semi-transparent backdrop.
C#
Overlay = 0
Renders the drawer next to the content and pushes it, resizing the content area to remain fully visible.
C#
Push = 1