MenuTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for menu popups (the dropdown container).
csharp
public static class MenuThemeInheritance
Object → MenuTheme
Fields
BackgroundColor
The background color of the menu popup.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorBorderBottomLeft
Bottom-left corner character.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> BorderBottomLeftBorderBottomRight
Bottom-right corner character.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> BorderBottomRightBorderColor
The border color of the menu popup.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BorderColorBorderHorizontal
Horizontal border character.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> BorderHorizontalBorderTopLeft
Top-left corner character.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> BorderTopLeftBorderTopRight
Top-right corner character.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> BorderTopRightBorderVertical
Vertical border character.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> BorderVerticalForegroundColor
The foreground color of the menu popup.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor