Skip to content

CalendarTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for .

csharp
public static class CalendarTheme

Inheritance

ObjectCalendarTheme

Fields

CurrentDayBackgroundColor

Background color for the current day number.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CurrentDayBackgroundColor

CurrentDayForegroundColor

Foreground color for the current day number.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CurrentDayForegroundColor

DayBackgroundColor

Background color for regular day numbers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> DayBackgroundColor

DayForegroundColor

Foreground color for regular day numbers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> DayForegroundColor

HeaderForegroundColor

Foreground color for day-of-week header labels.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HeaderForegroundColor

HoverBackgroundColor

Background color for a hovered day number.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoverBackgroundColor

HoverForegroundColor

Foreground color for a hovered day number.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoverForegroundColor

SelectedBackgroundColor

Background color for the selected day number (inverted).

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedBackgroundColor

SelectedForegroundColor

Foreground color for the selected day number (inverted).

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedForegroundColor

WeekendForegroundColor

Foreground color for weekend day numbers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> WeekendForegroundColor

Released under the MIT License.