Skip to content

SeparatorTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Separator widgets.

csharp
public static class SeparatorTheme

Inheritance

ObjectSeparatorTheme

Fields

Color

The color of the separator line. If default, falls back to GlobalTheme.ForegroundColor.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> Color

HorizontalChar

The character to use for horizontal separators.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> HorizontalChar

VerticalChar

The character to use for vertical separators.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> VerticalChar

Released under the MIT License.