Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MonthCellStyle

The style class with customization properties for month sells in year view Note: this class is not inherited from CellStyle and doesn't include its properties

Hierarchy

  • void
    • MonthCellStyle

Index

Properties

dayFontName

dayFontName: string

Gets or sets the font name for days in month.

dayFontStyle

dayFontStyle: string

Gets or sets the font style for days in month. Use values from FontStyles module.

dayNameFontName

dayNameFontName: string

Gets or sets the font for day names in month cell.

dayNameFontStyle

dayNameFontStyle: string

Gets or sets the font style for day names in month cell. Use values from FontStyles module.

dayNameTextColor

dayNameTextColor: string

Gets or sets the text color for day names in month cell.

dayNameTextSize

dayNameTextSize: number

Gets or sets the text size of day names in month cell.

dayTextColor

dayTextColor: string

Gets or sets the text color for regular days in month.

dayTextSize

dayTextSize: number

Gets or sets the size of text for days in month cell.

monthNameFontName

monthNameFontName: string

Gets or sets the font name for month title in cell.

monthNameFontStyle

monthNameFontStyle: string

Gets or sets the font style for month title in cell. Use values from FontStyles module.

monthNameTextColor

monthNameTextColor: string

Gets or sets the text color for title of month in cell.

monthNameTextSize

monthNameTextSize: number

Gets or sets the text size for month title in cell.

todayTextColor

todayTextColor: string

Gets or sets the text color for today date in month.

weekendTextColor

weekendTextColor: string

Gets or sets the text color for weekend days.

Static dayFontNameProperty

dayFontNameProperty: Property

Identifies the dayFontName dependency property.

Static dayFontStyleProperty

dayFontStyleProperty: Property

Identifies the dayFontStyle dependency property.

Static dayNameFontNameProperty

dayNameFontNameProperty: Property

Identifies the dayNameFontName dependency property.

Static dayNameFontStyleProperty

dayNameFontStyleProperty: Property

Identifies the dayNameFontStyle dependency property.

Static dayNameTextColorProperty

dayNameTextColorProperty: Property

Identifies the dayNameTextColor dependency property.

Static dayNameTextSizeProperty

dayNameTextSizeProperty: Property

Identifies the dayNameTextSize dependency property.

Static dayTextColorProperty

dayTextColorProperty: Property

Identifies the dayTextColor dependency property.

Static dayTextSizeProperty

dayTextSizeProperty: Property

Identifies the dayTextSize dependency property.

Static monthNameFontNameProperty

monthNameFontNameProperty: Property

Identifies the monthNameFontName dependency property.

Static monthNameFontStyleProperty

monthNameFontStyleProperty: Property

Identifies the monthNameFontStyle dependency property.

Static monthNameTextColorProperty

monthNameTextColorProperty: Property

Identifies the monthNameTextColor dependency property.

Static monthNameTextSizeProperty

monthNameTextSizeProperty: Property

Identifies the monthNameTextSize dependency property.

Static todayTextColorProperty

todayTextColorProperty: Property

Identifies the todayTextColor dependency property.

Static weekendTextColorProperty

weekendTextColorProperty: Property

Identifies the weekendTextColor dependency property.

Generated using TypeDoc