GraffitiSuite Docs
Docs
Graffitiavatargroupitem
Loading document parsing libraries...
# GraffitiAvatarGroupItem Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ## Attributes | Name | Value | | --- | --- | | HideFromLibrary | | ## 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 | lastScale | Point | (None) | | Attributes | mParent | GraffitiAvatarGroup | (None) | | Attributes | Bounds | Xojo.Rect | (None) | | Attributes | value | Picture | (None) | | Attributes | valueInitials | Picture | (None) | | BackgroundColor | ColorGroup | (None) | Background color applied to the item in initials view. | | BorderColor | ColorGroup | (None) | Border color applied to the item. | | HasStatus | Boolean | (None) | Determines whether the status icon is visible. | | Image | Picture | (None) | User avatar image. | | Name | String | (None) | User's name from which initials will be extracted. | | StatusColor | Color | (None) | Controls the color displayed within the status icon. | | Tag | Variant | (None) | Developer storage. | | TextColor | ColorGroup | (None) | Color in which text will be drawn. | | Visible | Boolean | True | Current visible state of the item. |