AccordionTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for AccordionWidget.
csharp
public static class AccordionThemeInheritance
Object → AccordionTheme
Fields
CollapsedChevron
Character used to indicate a collapsed section.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> CollapsedChevronExpandedChevron
Character used to indicate an expanded section.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> ExpandedChevronFocusedHeaderBackgroundColor
Background color for focused section headers.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedHeaderBackgroundColorFocusedHeaderForegroundColor
Foreground color for focused section headers.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedHeaderForegroundColorHeaderBackgroundColor
Background color for section headers.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> HeaderBackgroundColorHeaderForegroundColor
Foreground color for section headers.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> HeaderForegroundColor