Skip to content

Commit 01a37a1

Browse files
committed
tweaks
1 parent 08f0341 commit 01a37a1

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@
520520
href: ./canvas-apps/controls/modern-controls/modern-control-slider.md
521521
- name: Tabs or tab list
522522
href: ./canvas-apps/controls/modern-controls/modern-control-tabs-or-tabs-list.md
523+
- name: Avatar (preview)
524+
href: ./canvas-apps/controls/modern-controls/modern-control-avatar.md
523525
- name: Badge (preview)
524526
href: ./canvas-apps/controls/modern-controls/modern-controls-badge.md
525527
- name: Checkbox (preview)

powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-avatar.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ contributors:
1717
- jasongre
1818

1919
---
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.]
2123

2224
A control that shows a graphic representation of a user, team, or entity.
2325

2426
## Description
2527

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**.
2729

2830
## General
2931

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.
3133

3234
**Image** – The visual representation for the person or entity.
3335

@@ -49,12 +51,15 @@ Use the avatar control to visually represent a user, team, or entity. This contr
4951

5052
**Shape** - Whether the avatar appears with a circular or square shape.
5153

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.
5661

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.
5863

5964
**Font** - The name of the family of fonts in which text appears.
6065

powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-controls-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: yogeshgupta698
66
ms.topic: reference
77
ms.custom: canvas
88
ms.reviewer: mkaur-msft
9-
ms.date: 03/22/2023
9+
ms.date: 05/22/2024
1010
ms.subservice: canvas-maker
1111
ms.author: yogupt
1212
search.audienceType:
@@ -25,6 +25,8 @@ Configure the behavior of a modern control by setting one of its properties. Eac
2525

2626
## Modern controls
2727

28+
**[Avatar (preview)](modern-controls-avatar.md)** – A control that shows a graphic representation of a user, team, or entity.
29+
2830
**[Badge (preview)](modern-controls-badge.md)** – A badge is a visual decoration for UI elements.
2931

3032
**[Button](modern-control-button.md)** – Interact with the app by clicking or tapping.

0 commit comments

Comments
 (0)