Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CellStyle

The class with base properties for regular date cells in calendar view.

Hierarchy

Index

Properties

cellAlignment

cellAlignment: string

Gets or sets the content alignment of cell. Use CalendarCellAlignment enumeration values as possible alignment styles.

cellBackgroundColor

cellBackgroundColor: string

Gets or sets the background of cell

cellBorderColor

cellBorderColor: string

Gets or sets the color of cell border

cellBorderWidth

cellBorderWidth: number

Gets or sets the width of cell border

cellPaddingHorizontal

cellPaddingHorizontal: number

Gets or sets the horizontal padding amount.

cellPaddingVertical

cellPaddingVertical: number

Gets or sets the vertical padding amount.

cellTextColor

cellTextColor: string

Gets or sets the text color of the cell. Use predefined colors from Color module or hex value in format "#RGBA"

cellTextFontName

cellTextFontName: string

Gets or sets the name of the font used for text. If font with this name is not available the standard font is used instead. You can specify different font names for ios and android using attribute specifiers.

cellTextFontStyle

cellTextFontStyle: string

Gets or sets the style of the font used for text in cell. Use values from FontStyles module.

cellTextSize

cellTextSize: number

Gets or sets the size of text in cell.

Static cellAlignmentProperty

cellAlignmentProperty: Property

Identifies the cellAlignment dependency property.

Static cellBackgroundColorProperty

cellBackgroundColorProperty: Property

Identifies the cellBackgroundColor dependency property.

Static cellBorderColorProperty

cellBorderColorProperty: Property

Identifies the cellBorderColor dependency property.

Static cellBorderWidthProperty

cellBorderWidthProperty: Property

Identifies the cellBorderWidth dependency property.

Static cellPaddingHorizontalProperty

cellPaddingHorizontalProperty: Property

Identifies the cellPaddingHorizontal dependency property.

Static cellPaddingVerticalProperty

cellPaddingVerticalProperty: Property

Identifies the cellPaddingVertical dependency property.

Static cellTextColorProperty

cellTextColorProperty: Property

Identifies the cellTextColor dependency property.

Static cellTextFontNameProperty

cellTextFontNameProperty: Property

Identifies the cellTextFontName dependency property.

Static cellTextFontStyleProperty

cellTextFontStyleProperty: Property

Identifies the cellTextFontStyle dependency property.

Static cellTextSizeProperty

cellTextSizeProperty: Property

Identifies the cellTextSize dependency property.

Generated using TypeDoc