Skip to content

TabPanelTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for TabPanel widgets.

csharp
public static class TabPanelTheme

Inheritance

ObjectTabPanelTheme

Fields

ContentBackgroundColor

Background color for the content area.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ContentBackgroundColor

ContentForegroundColor

Foreground color for the content area.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ContentForegroundColor

ShowContentBorder

Border style for the content area.

Returns: Hex1bThemeElement<Boolean>

csharp
public static readonly Hex1bThemeElement<bool> ShowContentBorder

Released under the MIT License.