Skip to content

MenuSeparatorTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for menu separators.

csharp
public static class MenuSeparatorTheme

Inheritance

ObjectMenuSeparatorTheme

Fields

BackgroundColor

The background color of the separator.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

Character

The character used for the separator line.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> Character

Color

The color of the separator line.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> Color

Released under the MIT License.