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