File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
powerapps-docs/maker/canvas-apps/screen-templates Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ms.service: powerapps
7
7
ms.topic : conceptual
8
8
ms.custom : canvas
9
9
ms.reviewer : tapanm
10
- ms.date : 12/31/2018
10
+ ms.date : 04/28/2020
11
11
ms.author : emcoope
12
12
search.audienceType :
13
13
- maker
@@ -105,6 +105,19 @@ Familiarity with how to add and configure screens and other controls as you [cre
105
105
- **MyCalendarEvents**: Set to a collection of the user's events from the selected calendar, ranging from **\_minDate** to **\_maxDate**.
106
106
- **\_showLoading**: Set to **false**; **\_calendarVisible** is set to **true** after everything else has been loaded.
107
107
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
+
108
121
## Calendar icon
109
122
110
123

You can’t perform that action at this time.
0 commit comments