Skip to content

BreadcrumbTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for the breadcrumb/outline navigation bar.

csharp
public static class BreadcrumbTheme

Inheritance

ObjectBreadcrumbTheme

Fields

ActiveForegroundColor

Foreground color of the active (current) breadcrumb segment.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ActiveForegroundColor

ForegroundColor

Foreground color of breadcrumb text.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

SeparatorCharacter

Separator character between breadcrumb segments.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> SeparatorCharacter

Released under the MIT License.