Gets or sets the content alignment of cell. Use CalendarCellAlignment enumeration values as possible alignment styles.
Gets or sets the background of cell
Gets or sets the color of cell border
Gets or sets the width of cell border
Gets or sets the horizontal padding amount.
Gets or sets the vertical padding amount.
Gets or sets the text color of the cell. Use predefined colors from Color module or hex value in format "#RGBA"
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.
Gets or sets the style of the font used for text in cell. Use values from FontStyles module.
Gets or sets the size of text in cell.
Identifies the cellAlignment dependency property.
Identifies the cellBackgroundColor dependency property.
Identifies the cellBorderColor dependency property.
Identifies the cellBorderWidth dependency property.
Identifies the cellPaddingHorizontal dependency property.
Identifies the cellPaddingVertical dependency property.
Identifies the cellTextColor dependency property.
Identifies the cellTextFontName dependency property.
Identifies the cellTextFontStyle dependency property.
Identifies the cellTextSize dependency property.
Generated using TypeDoc
The class with base properties for regular date cells in calendar view.