MenuSeparatorTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for menu separators.
csharp
public static class MenuSeparatorThemeInheritance
Object → MenuSeparatorTheme
Fields
BackgroundColor
The background color of the separator.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorCharacter
The character used for the separator line.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> CharacterColor
The color of the separator line.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> Color