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