You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-add-picture.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ Takes a photo or loads images from the local device.
20
20
## Description
21
21
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.
22
22
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.
24
24
25
25
See the [Image control reference](control-image.md) for **Image** properties.
26
26
27
-
## Add media button properties
27
+
## Add picture button properties
28
28
**[AccessibleLabel](properties-accessibility.md)** – Label for screen readers. Should describe the purpose of adding a picture.
29
29
30
30
**[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
136
136
The same guidelines for **[Button](control-button.md)** and **[Image](control-image.md)** apply. In addition, consider the following:
137
137
138
138
### 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.
140
140
141
141
### 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.
143
143
144
144
### 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.
0 commit comments