# 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 | |
| BGColor | Color | Nil | Sets the individual background color of a StatusBarItem. |
| Bold | Boolean | Nil | Determines the font weight of the item text. |
| BorderColor | Color | Nil | Sets the item’s border color. |
| BoundsLeft | Integer | Nil | Returns the left pixel position of the item. |
| BoundsRight | Integer | Nil | Returns the right pixel position of the item. |
| CustomColors | Boolean | Nil | When True, color properties will override default drawing. |
| FontName | String | Nil | Sets the font face to use on the item’s text. |
| FontSize | Integer | Nil | Sets the size of the font for the item’s text. |
| Height | Integer | Nil | Returns the height of the item. |
| Icon | Picture | Nil | Sets the item’s icon. |
| Index | Integer | Nil | 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 | Nil | Sets whether the text is drawn in italics. |
| Private | As | = | |
| Private | As | = | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Size | Sizes | Nil | Sets the size of the control. |
| Tag | String | Nil | Allows users to store relevant information inside of the StatusBarItem for later retrieval. |
| Text | String | Nil | Sets the text of the StatusBarItem. |
| TextColor | Color | Nil | Sets the color of the text to be displayed. |
| TrueWidth | Integer | Nil | Returns the true width of the item in pixels. |
| Type | ItemTypes | Nil | Determines what type of item it is. |
| Underline | Boolean | Nil | Sets the text decoration. |
| Visible | Boolean | Nil | Determines whether this item will be drawn to the display. |
| Width | String | Nil | Sets the width of the control either in pixels or percentage if Size is set to GSBSizeFixed. |
| X | Integer | Nil | The left position of the item. |
| Y | Integer | Nil | The top position of the item. |