Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Add | item as GraffitiGridAvatarGroupItem | None | Adds a new item. |
AddAt | index as Integer item as GraffitiGridAvatarGroupItem | None | Adds a new item at the specified index. |
Constructor | items() as GraffitiGridAvatarGroupItem | None | Creates a new instance of the class. |
IndexOf | item as GraffitiGridAvatarGroupItem | Integer | Returns the position of the specified item within the internal array. |
LastIndex | None | Integer | Returns the final index of items in the internal array. |
Remove | item as GraffitiGridAvatarGroupItem | None | Removes the specified item. |
RemoveAt | index as Integer | None | Removes the item at the specified index. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
MoreItemColor | Color | &c000000 | Color used for the “More” item when there are too many items to display. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.