Table of Contents

Enum ScaffoldOverlayKind

Namespace
Nalu
Assembly
Nalu.Maui.Scaffold.dll

What kind of overlay an overlay event is about.

public enum ScaffoldOverlayKind

Fields

BottomSheet = 3

A bottom sheet (top layer, slides from the bottom edge). Stacks freely.

Flyout = 0

An edge drawer (top layer, slides from the side). Single instance.

Popup = 2

A popup (top layer, placed per ScaffoldPopupOptions, fades in). Stacks freely.

TabBarPanel = 1

The tab bar panel (below the tab bar strip in z-order, rises above the bottom chrome). Single instance.