# GraffitiTagFieldItem
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | ItemText as String <br> ItemSelected as Boolean = False | (None) | Creates a new instance of the class. |
| Constructor | ItemText as String <br> ItemBackColor as Color <br> ItemTextColor as Color <br> ItemBorderColor as Color <br> ItemSelected as Boolean = False | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | bounds | Xojo.Rect | (None) |
| Attributes | boundsClose | Xojo.Rect | (None) |
| Attributes | mObserver | GraffitiUpdateInterface | (None) |
| BackColor | Color | (None) | The background color of the item when drawn on the canvas. |
| BorderColor | Color | (None) | The border color of the item when drawn on the canvas. |
| CloseIconColor | Color | (None) | Color used to draw the close icon of the tag. |
| HasCloseIconColor | Boolean | (None) | Determines if the value of the CloseIconColor property should be used to override default drawing. |
| Height | Integer | (None) | The computed height of the item. |
| Image | Picture | (None) | The picture generated for the item. |
| Selected | Boolean | (None) | If True, the item will be shown in the canvas drawing area. |
| Tag | Variant | (None) | Developer storage. |
| Text | String | (None) | The text of the item. |
| TextColor | Color | (None) | The color used to draw the item's text. |
| Width | Integer | (None) | The computed width of the item. |
| X | Integer | (None) | The computed X position of the item. |
| Y | Integer | (None) | The computed Y position of the item. |