Skip to content

DatePickerTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for .

csharp
public static class DatePickerTheme

Inheritance

ObjectDatePickerTheme

Fields

CellBackgroundColor

Background color for year/month grid cells.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CellBackgroundColor

CellForegroundColor

Foreground color for year/month grid cells.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CellForegroundColor

CurrentCellBackgroundColor

Background color for the current year/month cell (subtle hint).

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CurrentCellBackgroundColor

CurrentCellForegroundColor

Foreground color for the current year/month cell (subtle hint).

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CurrentCellForegroundColor

FieldBackgroundColor

Background color for the trigger field.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FieldBackgroundColor

FieldForegroundColor

Foreground color for the trigger field text.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FieldForegroundColor

HoverBackgroundColor

Background color for hovered year/month cells.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoverBackgroundColor

PageIndicatorColor

Foreground color for page navigation arrows (◀ ▶).

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> PageIndicatorColor

SelectedCellBackgroundColor

Background color for the currently selected year/month cell.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedCellBackgroundColor

SelectedCellForegroundColor

Foreground color for the currently selected year/month cell.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedCellForegroundColor

Released under the MIT License.