Supported styling properties for components of the Calendar control¶
Calendar:¶
| Properties | iOS | Android | Remarks |
|---|---|---|---|
| background-color: Color | ✓ | ✓ | Background color of the text |
CalendarButtons:¶
| Properties | iOS | Android | Remarks |
|---|---|---|---|
| background-color: Color | ✓ | Background color of the calendar's buttons | |
| font-color: Color | ✓ | Color of the border of the buttons and content inside the buttons |
CalendarExpandableHandle:¶
| Properties | iOS | Android | Remarks |
|---|---|---|---|
| color: Color | ✓ | Color of the calendar's expandable handle in expandable view |
CalendarWeekDayLabel:¶
| Properties | iOS | Android | Remarks |
|---|---|---|---|
| font-color: Color | ✓ | ✓ | Color of the week days' label |
| font-color-highlighted: Color | ✓ | Color of today's day label | |
| font-style: UIFont.TextStyle | ✓ | Style of the font, for iOS, e.g. body / caption / headline, refer to UIFont.TextStyle | |
| font-typeface: Typeface | ✓ | Typeface of the font, e.g. bold, italic | |
| font-size: Number | ✓ | Size of the font for the dates |
CalendarLegendLabel:¶
| Properties | iOS | Android | Remarks |
|---|---|---|---|
| color: Color | ✓ | ✓ | Color of the calendar's legend's label |