DrawerMode
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Specifies the rendering mode for an expanded drawer.
csharp
public enum DrawerModeFields
Inline
Drawer content is rendered inline, pushing adjacent content. Similar to a docked sidebar in VS Code.
Returns: DrawerMode
csharp
Inline = 0Overlay
Drawer content floats above other content as an overlay. Similar to a mobile hamburger menu or slide-out panel.
Returns: DrawerMode
csharp
Overlay = 1