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 | | | Attributes | mParent | GraffitiAvatarGroup | | | Attributes | Bounds | Xojo.Rect | | | Attributes | value | Picture | | | Attributes | valueInitials | Picture | | | BackgroundColor | ColorGroup | Nil | Background color applied to the item in initials view. | | BorderColor | ColorGroup | Nil | Border color applied to the item. | | HasStatus | Boolean | Nil | Determines whether the status icon is visible. | | Image | Picture | Nil | User avatar image. | | Name | String | Nil | User's name from which initials will be extracted. | | StatusColor | Color | Nil | Controls the color displayed within the status icon. | | Tag | Variant | Nil | Developer storage. | | TextColor | ColorGroup | Nil | Color in which text will be drawn. | | Visible | Boolean | True | Current visible state of the item. |