# GraffitiStatusBarItem
Class
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| ItemTypes | TextIcon <br > Separator | Supported item types. |
| Sizes | Fixed <br > Contents | Supported item size models. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | myOwner | GraffitiStatusBar | (None) |
| BGColor | Color | (None) | Sets the individual background color of a StatusBarItem. |
| Bold | Boolean | (None) | Determines the font weight of the item text. |
| BorderColor | Color | (None) | Sets the item’s border color. |
| BoundsLeft | Integer | (None) | Returns the left pixel position of the item. |
| BoundsRight | Integer | (None) | Returns the right pixel position of the item. |
| CustomColors | Boolean | (None) | When True, color properties will override default drawing. |
| FontName | String | (None) | Sets the font face to use on the item’s text. |
| FontSize | Integer | (None) | Sets the size of the font for the item’s text. |
| Height | Integer | (None) | Returns the height of the item. |
| Icon | Picture | (None) | Sets the item’s icon. |
| Index | Integer | (None) | Determines in what order the item will be drawn. Default is set to the order in which it was added to the parent class’s Items() array. |
| Italic | Boolean | (None) | Sets whether the text is drawn in italics. |
| Size | Sizes | (None) | Sets the size of the control. |
| Tag | String | (None) | Allows users to store relevant information inside of the StatusBarItem for later retrieval. |
| Text | String | (None) | Sets the text of the StatusBarItem. |
| TextColor | Color | (None) | Sets the color of the text to be displayed. |
| TrueWidth | Integer | (None) | Returns the true width of the item in pixels. |
| Type | ItemTypes | (None) | Determines what type of item it is. |
| Underline | Boolean | (None) | Sets the text decoration. |
| Visible | Boolean | (None) | Determines whether this item will be drawn to the display. |
| Width | String | (None) | Sets the width of the control either in pixels or percentage if Size is set to GSBSizeFixed. |
| X | Integer | (None) | The left position of the item. |
| Y | Integer | (None) | The top position of the item. |