Microsoft Power Platform App Maker — Question 14
You are employed as an app maker. You are currently creating a new canvas app.
App users will include users who have diminished or no sight.
You are identifying methods that will hide content from seeing users and show them to screen reader users.
Which of the following methods are valid? (Choose all that apply.)
Answer options
- A. Configure color and related properties as transparent.
- B. Set X, Y, or both properties for the control to be on-screen.
- C. Set the width and height to 1.
- D. Set the size to 10.
Correct answer: A, C
Explanation
Option A is correct because configuring color properties to transparent effectively hides content from sighted users while allowing screen readers to access it. Option C is also correct since setting the width and height to 1 makes the element effectively invisible, yet it remains accessible to screen readers. Options B and D do not meet the requirement of hiding content from sighted users.