Enum ScaffoldOverlayKind
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Scaffold.dll
What kind of overlay an overlay event is about.
public enum ScaffoldOverlayKind
Fields
BottomSheet = 3A bottom sheet (top layer, slides from the bottom edge). Stacks freely.
Flyout = 0An edge drawer (top layer, slides from the side). Single instance.
Popup = 2A popup (top layer, placed per ScaffoldPopupOptions, fades in). Stacks freely.
TabBarPanel = 1The tab bar panel (below the tab bar strip in z-order, rises above the bottom chrome). Single instance.