Skip to content

ListTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for List widgets.

csharp
public static class ListTheme

Inheritance

ObjectListTheme

Fields

BackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

ForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

HoveredBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoveredBackgroundColor

HoveredForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoveredForegroundColor

SelectedBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedBackgroundColor

SelectedForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedForegroundColor

SelectedIndicator

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> SelectedIndicator

UnselectedIndicator

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> UnselectedIndicator

Released under the MIT License.