DrawerTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for Drawer widgets.
csharp
public static class DrawerThemeInheritance
Object → DrawerTheme
Fields
BackgroundColor
Background color for the drawer's content area. When set, fills the content bounds with this color before rendering children, preventing background bleed-through from layers below (e.g., in overlay mode). Defaults to (no fill).
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor