Skip to content

Commit 80f4daf

Browse files
authored
Merge pull request MicrosoftDocs#1105 from gmsantos/patch-1
Update add media button to add picture button
2 parents efb05db + c230186 commit 80f4daf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

powerapps-docs/maker/canvas-apps/controls/control-add-picture.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Takes a photo or loads images from the local device.
2020
## Description
2121
With this control users can take photos or upload image files from their device and update the data source with this content. On a mobile device the user is presented with the device's choice dialog to choose between taking a photo or selecting one already available.
2222

23-
This control is a grouped control containing two controls: an **Image** and an **Add media button**. The **Image** control shows the uploaded image or a placeholder if no image has been uploaded. The **Add media button** prompts for an image to be uploaded.
23+
This control is a grouped control containing two controls: an **Image** and an **Add picture button**. The **Image** control shows the uploaded image or a placeholder if no image has been uploaded. The **Add picture button** prompts for an image to be uploaded.
2424

2525
See the [Image control reference](control-image.md) for **Image** properties.
2626

27-
## Add media button properties
27+
## Add picture button properties
2828
**[AccessibleLabel](properties-accessibility.md)** – Label for screen readers. Should describe the purpose of adding a picture.
2929

3030
**[Align](properties-text.md)** – The ___location of text in relation to the horizontal center of its control.
@@ -136,12 +136,12 @@ Use the **[SaveData](../functions/function-savedata-loaddata.md)** function to s
136136
The same guidelines for **[Button](control-button.md)** and **[Image](control-image.md)** apply. In addition, consider the following:
137137

138138
### Color contrast
139-
* **Add media button** must have adequate contrast between its text and background. Since the uploaded image may have varying colors, use an opaque **[Fill](properties-color-border.md)** on the **Add media button** to ensure consistent contrast.
139+
* **Add picture button** must have adequate contrast between its text and background. Since the uploaded image may have varying colors, use an opaque **[Fill](properties-color-border.md)** on the **Add picture button** to ensure consistent contrast.
140140

141141
### Screen reader support
142-
* **Add media button** must have **Text** and **ChangePictureText** that prompts the user to add or change a picture.
142+
* **Add picture button** must have **Text** and **ChangePictureText** that prompts the user to add or change a picture.
143143

144144
### Keyboard support
145-
* **Add media button** must have **[TabIndex](properties-accessibility.md)** of zero or greater so that keyboard users can navigate to it.
146-
* **Add media button** must have clearly visible focus indicators. Use **[FocusedBorderColor](properties-color-border.md)** and **[FocusedBorderThickness](properties-color-border.md)** to achieve this.
145+
* **Add picture button** must have **[TabIndex](properties-accessibility.md)** of zero or greater so that keyboard users can navigate to it.
146+
* **Add picture button** must have clearly visible focus indicators. Use **[FocusedBorderColor](properties-color-border.md)** and **[FocusedBorderThickness](properties-color-border.md)** to achieve this.
147147

0 commit comments

Comments
 (0)