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/modern-controls/modern-control-avatar.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,19 @@ contributors:
17
17
- jasongre
18
18
19
19
---
20
-
# Avatar modern control in Power Apps
20
+
# Avatar modern control in Power Apps (preview)
21
+
22
+
[This article is prerelease documentation and is subject to change.]
21
23
22
24
A control that shows a graphic representation of a user, team, or entity.
23
25
24
26
## Description
25
27
26
-
Use the avatar control to visually represent a user, team, or entity. This control supports both image and and initials formats and allows a small badge to be included to help convey status. The key properties for this control are **Name** and **Image**.
28
+
Use the avatar control to visually represent a user, team, or entity. This control supports both image and initials formats and allows a small badge to be included to help convey status. The key properties for this control are **Name** and **Image**.
27
29
28
30
## General
29
31
30
-
**Name** - The name of the person or entity. This is used to determine the initials displayed when there is no image and is also used for accessibility.
32
+
**Name** - The name of the person or entity. Name is used to determine the initials displayed when there's no image and is also used for accessibility.
31
33
32
34
**Image** – The visual representation for the person or entity.
33
35
@@ -49,12 +51,15 @@ Use the avatar control to visually represent a user, team, or entity. This contr
49
51
50
52
**Shape** - Whether the avatar appears with a circular or square shape.
51
53
52
-
**Appearance** – An avatar can have portions of itself styled for greater emphasis or to be subtle. Below are the options available:
53
-
* Brand: Uses the modern theme to style the avatar. The Color palette property can be used to override this color scheme.
54
-
* Neutral: Uses a grayscale for the initials background to provide a subtle appearance.
55
-
* Colorful: Users a color from a pre-defined set of colors, based on a hash of the provided Name.
54
+
**Appearance** – An avatar can have portions of itself styled for greater emphasis or to be subtle.
55
+
56
+
The following options are available:
57
+
58
+
-**Brand**: Uses the modern theme to style the avatar. The Color palette property can be used to override this color scheme.
59
+
-**Neutral**: Uses a grayscale for the initials background to provide a subtle appearance.
60
+
-**Colorful**: Users a color from a predefined set of colors, based on a hash of the provided Name.
56
61
57
-
**BasePaletteColor** - The color palette applied to a control. This impacts all surfaces of the control that render a theme color. If the value is null or zero, then the color is driven by selected Fluent theme.
62
+
**BasePaletteColor** - The color palette applied to a control. This impacts all surfaces of the control that render a theme color. If the value is null or zero, then the color is driven by the selected Fluent theme.
58
63
59
64
**Font** - The name of the family of fonts in which text appears.
0 commit comments