# GraffitiTaskListItem
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Sub | Constructor | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | rect | Xojo.Rect | |
| Attributes | rect_Menu | Xojo.Rect | |
| Attributes | rect_Edit | Xojo.Rect | |
| Attributes | rect_Close | Xojo.Rect | |
| Attributes | rect_Check | Xojo.Rect | |
| BackgroundColor | Color | Nil | Color used to draw the item's background. |
| BorderColor | Color | Nil | Color used to draw the item's border. |
| CanClose | Boolean | Nil | Determines whether the x icon is displayed in the item's view. |
| Content | String | Nil | The text content of the item. |
| ContentColor | Color | Nil | Text color of the content. |
| ContentTextAlignment | GraffitiTaskList.Alignments | Nil | Alignment of the content text. |
| ContentTextBold | Boolean | Nil | Bold style of the content text. |
| ContentTextFont | String | Nil | Font face used to draw content text. |
| ContentTextItalic | Boolean | Nil | Italic style of the content text. |
| ContentTextSize | Integer | Nil | Size of the content text. |
| ContentTextUnderline | Boolean | Nil | Determines whether the content text is underlined. |
| Editable | Boolean | Nil | Determines the visibility of the pencil icon in the item's view, and the associated functionality. |
| HasValue | Boolean | Nil | Determines if the checkbox is shown, and whether checkbox behavior is enabled. |
| IconColor | Color | Nil | Color used to draw icon. |
| Menu | DesktopMenuItem | Nil | The menu displayed if the user clicks the disclosure chevron in the item's view. |
| mObserver | GraffitiUpdateInterface | Nil | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Tag | Variant | Nil | Supplemental data storage. |
| Title | String | Nil | Title text of the item. |
| TitleColor | Color | Nil | Color of the title text. |
| TitleTextAlignment | GraffitiTaskList.Alignments | Nil | Alignment of the title text. |
| TitleTextBold | Boolean | Nil | Bold style of title text. |
| TitleTextFont | String | Nil | Font face used to draw title text. |
| TitleTextItalic | Boolean | Nil | Italic style of title text. |
| TitleTextSize | Integer | Nil | Size of title text. |
| TitleTextUnderline | Boolean | Nil | Determines whether the title text is underlined. |
| Value | Boolean | Nil | Value of the checkbox for the item, and associated behavior. |