Skip to content

MenuTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for menu popups (the dropdown container).

csharp
public static class MenuTheme

Inheritance

ObjectMenuTheme

Fields

BackgroundColor

The background color of the menu popup.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

BorderBottomLeft

Bottom-left corner character.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> BorderBottomLeft

BorderBottomRight

Bottom-right corner character.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> BorderBottomRight

BorderColor

The border color of the menu popup.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BorderColor

BorderHorizontal

Horizontal border character.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> BorderHorizontal

BorderTopLeft

Top-left corner character.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> BorderTopLeft

BorderTopRight

Top-right corner character.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> BorderTopRight

BorderVertical

Vertical border character.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> BorderVertical

ForegroundColor

The foreground color of the menu popup.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

Released under the MIT License.