Skip to content

DrawerMode

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Specifies the rendering mode for an expanded drawer.

csharp
public enum DrawerMode

Fields

Inline

Drawer content is rendered inline, pushing adjacent content. Similar to a docked sidebar in VS Code.

Returns: DrawerMode

csharp
Inline = 0

Overlay

Drawer content floats above other content as an overlay. Similar to a mobile hamburger menu or slide-out panel.

Returns: DrawerMode

csharp
Overlay = 1

Released under the MIT License.