TabBarTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for TabBar widgets.
public static class TabBarThemeInheritance
Object → TabBarTheme
Fields
ArrowDisabledColor
Foreground color for arrow buttons (disabled).
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> ArrowDisabledColorArrowForegroundColor
Foreground color for arrow buttons (enabled).
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> ArrowForegroundColorBackgroundColor
Background color for unselected tabs.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorDisabledForegroundColor
Foreground color for disabled tabs.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> DisabledForegroundColorDropdownForegroundColor
Foreground color for the dropdown button.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> DropdownForegroundColorForegroundColor
Foreground color for unselected tabs.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorSelectedBackgroundColor
Background color for the selected tab.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> SelectedBackgroundColorSelectedForegroundColor
Foreground color for the selected tab.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> SelectedForegroundColorTabSeparator
Separator character between tabs (optional).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> TabSeparator