Skip to content

ActionMenuTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for the action menu popup.

csharp
public static class ActionMenuTheme

Inheritance

ObjectActionMenuTheme

Fields

BackgroundColor

Background color of the menu popup.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

ForegroundColor

Foreground color of menu items.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

SelectedBackgroundColor

Background color of the selected item.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedBackgroundColor

SelectedForegroundColor

Foreground color of the selected item.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedForegroundColor

Released under the MIT License.