CalendarTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for .
public static class CalendarThemeInheritance
Object → CalendarTheme
Fields
CurrentDayBackgroundColor
Background color for the current day number.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> CurrentDayBackgroundColorCurrentDayForegroundColor
Foreground color for the current day number.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> CurrentDayForegroundColorDayBackgroundColor
Background color for regular day numbers.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> DayBackgroundColorDayForegroundColor
Foreground color for regular day numbers.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> DayForegroundColorHeaderForegroundColor
Foreground color for day-of-week header labels.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HeaderForegroundColorHoverBackgroundColor
Background color for a hovered day number.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HoverBackgroundColorHoverForegroundColor
Foreground color for a hovered day number.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HoverForegroundColorSelectedBackgroundColor
Background color for the selected day number (inverted).
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> SelectedBackgroundColorSelectedForegroundColor
Foreground color for the selected day number (inverted).
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> SelectedForegroundColorWeekendForegroundColor
Foreground color for weekend day numbers.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> WeekendForegroundColor