Microsoft Power Platform App Maker — Question 45
You design a canvas app that has multiple screens. Each screen will have multiple button controls.
The button controls must all have the same background color. You must be able to change the color from one location for all buttons.
You need to configure the button fill property.
What should you do?
Answer options
- A. Update the Fill property to a variable created by using the Navigate function.
- B. Update the Fill property to a variable created by using the Set function.
- C. Select all the buttons while holding the Ctrl key, and then change the color property.
- D. Use a background image property in place of setting a color property.
Correct answer: B
Explanation
The correct answer is B because using the Set function allows you to create a global variable that can be used to define the Fill property for all buttons consistently. Option A is incorrect because the Navigate function does not create a variable for this purpose. Option C, while it changes the color, does not fulfill the requirement of changing it from a single location, and option D does not address the need for a color property specifically.