# GraffitiAvatarGroupItem
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | name as String <br> image as Picture = nil | (None) | Creates a new instance of the class. |
| invalidate | (None) | (None) | Redraws the current avatar item. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mParent | GraffitiAvatarGroup | (None) |
| Attributes | Bounds | Xojo.Rect | (None) |
| Attributes | value | Picture | (None) |
| Attributes | valueInitials | Picture | (None) |
| BackgroundColor | Color | (None) | Color used to draw the background of the item, only visible when initials are displayed. |
| BorderColor | Color | (None) | Color used to draw the border around the avatar item. |
| HasStatus | Boolean | (None) | Determines whether the status icon is visible. |
| Image | Picture | (None) | Avatar image. |
| Name | String | (None) | Name of the individual. Initials are extracted as the first character and first characters following a space. |
| StatusColor | Color | (None) | Controls the color displayed within the status icon. |
| Tag | Variant | (None) | Developer storage. |
| TextColor | Color | (None) | Color used to draw the initials. |
| Visible | Boolean | True | Current visible state of the item. |