Skip to content

Commit ee04099

Browse files
authored
Merge pull request #2782 from MicrosoftDocs/canvas-issue710-1810502
Canvas app issue 710 - 1810502
2 parents 93b1ccf + 9ca6974 commit ee04099

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

powerapps-docs/maker/canvas-apps/screen-templates/calendar-screen-reference.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 12/31/2018
10+
ms.date: 04/28/2020
1111
ms.author: emcoope
1212
search.audienceType:
1313
- maker
@@ -105,6 +105,19 @@ Familiarity with how to add and configure screens and other controls as you [cre
105105
- **MyCalendarEvents**: Set to a collection of the user's events from the selected calendar, ranging from **\_minDate** to **\_maxDate**.
106106
- **\_showLoading**: Set to **false**; **\_calendarVisible** is set to **true** after everything else has been loaded.
107107
108+
### Color properties
109+
110+
For general color properties, refer to [Color and border properties in Power Apps](../controls/properties-color-border.md).
111+
112+
Unique color properties for calendar drop-down control:
113+
114+
- **ChevronBackground** - Background color for the calendar drop-down.
115+
- **ChevronDisabledBackground** - Background color for the disabled calendar drop-down.
116+
- **ChevronFill** - Fill color for calendar drop-down.
117+
- **ChevronDisabledFill** - Fill color for disabled calendar drop-down.
118+
- **ChevronHoverBackground** - Background color of calendar drop-down when the user keeps the mouse pointer on it.
119+
- **ChevronHoverFill** - Fill color of calendar drop-down when the user keeps the mouse pointer on it.
120+
108121
## Calendar icon
109122
110123
![iconCalendar control](media/calendar-screen/calendar-today-icon.png)

0 commit comments

Comments
 (0)