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.
Gets or sets the name of the font used for event text in cell. 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 event text in cell. Use values from FontStyles enumeration.
Gets or sets the color of the text for event in cell
Gets or sets the size of event text in cell.
Gets or sets if events should be shown in cell with text alongside the shape or not.
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.
Identifies the eventFontName dependency property.
Identifies the eventFontStyle dependency property.
Identifies the eventTextColor dependency property.
Identifies the eventTextSize dependency property.
Identifies the showEventsText dependency property.
Generated using TypeDoc
Inherited from CellStyle, this class provides some additional properties specific for days in calendar.