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