Skip to content

DrawerTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Drawer widgets.

csharp
public static class DrawerTheme

Inheritance

ObjectDrawerTheme

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

Released under the MIT License.