Skip to content

MenuBarTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for the menu bar.

csharp
public static class MenuBarTheme

Inheritance

ObjectMenuBarTheme

Fields

AcceleratorBackgroundColor

The background color of accelerator characters in menu triggers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> AcceleratorBackgroundColor

AcceleratorForegroundColor

The foreground color of accelerator characters in menu triggers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> AcceleratorForegroundColor

AcceleratorUnderline

Whether accelerator characters should be underlined.

Returns: Hex1bThemeElement<Boolean>

csharp
public static readonly Hex1bThemeElement<bool> AcceleratorUnderline

BackgroundColor

The background color of the menu bar.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

FocusedBackgroundColor

The background color of focused menu triggers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBackgroundColor

FocusedForegroundColor

The foreground color of focused menu triggers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColor

ForegroundColor

The foreground color of menu triggers in the bar.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

HoveredBackgroundColor

The background color of hovered menu triggers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoveredBackgroundColor

HoveredForegroundColor

The foreground color of hovered menu triggers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoveredForegroundColor

Released under the MIT License.