Skip to content

TabBarTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for TabBar widgets.

csharp
public static class TabBarTheme

Inheritance

ObjectTabBarTheme

Fields

ArrowDisabledColor

Foreground color for arrow buttons (disabled).

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ArrowDisabledColor

ArrowForegroundColor

Foreground color for arrow buttons (enabled).

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ArrowForegroundColor

BackgroundColor

Background color for unselected tabs.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

DisabledForegroundColor

Foreground color for disabled tabs.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> DisabledForegroundColor

Foreground color for the dropdown button.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> DropdownForegroundColor

ForegroundColor

Foreground color for unselected tabs.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

SelectedBackgroundColor

Background color for the selected tab.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedBackgroundColor

SelectedForegroundColor

Foreground color for the selected tab.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedForegroundColor

TabSeparator

Separator character between tabs (optional).

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> TabSeparator

Released under the MIT License.