ActionMenuTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for the action menu popup.
csharp
public static class ActionMenuThemeInheritance
Object → ActionMenuTheme
Fields
BackgroundColor
Background color of the menu popup.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorForegroundColor
Foreground color of menu items.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorSelectedBackgroundColor
Background color of the selected item.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedBackgroundColorSelectedForegroundColor
Foreground color of the selected item.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedForegroundColor