Skip to content

AccordionTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for AccordionWidget.

csharp
public static class AccordionTheme

Inheritance

ObjectAccordionTheme

Fields

CollapsedChevron

Character used to indicate a collapsed section.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> CollapsedChevron

ExpandedChevron

Character used to indicate an expanded section.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> ExpandedChevron

FocusedHeaderBackgroundColor

Background color for focused section headers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedHeaderBackgroundColor

FocusedHeaderForegroundColor

Foreground color for focused section headers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedHeaderForegroundColor

HeaderBackgroundColor

Background color for section headers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HeaderBackgroundColor

HeaderForegroundColor

Foreground color for section headers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HeaderForegroundColor

Released under the MIT License.