# GraffitiStepBarItem
Class
## About
Items for display within GraffitiStepbar
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| Alignments | Left <br> Center <br> Right | Supported text alignments. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | Icon as Picture | (None) | Creates a new instance of the class. |
| Constructor | ActiveIcon as Picture <br> InactiveIcon as Picture <br> TitleText as String <br> DescriptionText as String | (None) | Creates a new instance of the class. |
| Constructor | Icon as Picture <br> TitleText as String <br> DescriptionText as String | (None) | Creates a new instance of the class. |
| Constructor | TitleText as String <br> DescriptionText as String | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | detectColor | Color | |
| Attributes | myParent | GraffitiStepBar | |
| BackgroundColorActive | ColorGroup | Nil | Customize the background color of item when selected. |
| BackgroundColorInactive | ColorGroup | Nil | Customize the background color of item when not selected. |
| Description | String | Nil | Text displayed within the step below the title. |
| DescriptionColorActive | ColorGroup | Nil | Color applied to the DescriptionText of step when selected. |
| DescriptionColorInactive | ColorGroup | Nil | Color applied to the DescritpionText of step when not selected. |
| IconActive | Picture | Nil | Icon drawn within the step when selected. |
| IconInactive | Picture | Nil | Icon drawn within the step when not selected. |
| TextAlignment | Alignments | Nil | Alignment of the contents of the item. |
| Title | String | Nil | Text drawn as the title of item. |
| TitleColorActive | ColorGroup | Nil | Color applied to the TitleText of steps when they are selected. |
| TitleColorInactive | ColorGroup | Nil | Color applied to the TitleText of steps when they are not selected. |