GraffitiSuite Docs
Docs
Graffitistepbaritem
Loading document parsing libraries...
# GraffitiStepBarItem Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | Icon as String <br> Content as String | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mParent | GraffitiUpdateInterface | (None) | | Attributes | mID | String | (None) | | BadgeIndicator | WebUIControl.Indicators | (None) | (None) | | BadgeStyle | GraffitiStyle | (None) | (None) | | BadgeText | String | (None) | (None) | | Content | String | (None) | Text displayed for this step. | | ContentIndicatorBackground | WebUIControl.Indicators | (None) | Bootstrap Indicator applied to the item's background. | | ContentIndicatorBackgroundActive | WebUIControl.Indicators | (None) | Bootstrap Indicator applied to the item's background while selected. | | ContentIndicatorForeground | WebUIControl.Indicators | (None) | Bootstrap Indicator applied to the item's content. | | ContentIndicatorForegroundActive | WebUIControl.Indicators | (None) | Bootstrap Indicator applied to the item's content while selected. | | ContentStyle | GraffitiStyle | (None) | Style applied to content. | | ContentStyleActive | GraffitiStyle | (None) | Style applied to content when active. | | Icon | String | (None) | Icon displayed in the step's shape indicator. | | IconIndicatorBackground | WebUIControl.Indicators | (None) | Bootstrap Indicator applied to the item's icon background. | | IconIndicatorBackgroundActive | WebUIControl.Indicators | (None) | Bootstrap Indicator applied to the item's icon background while active. | | IconIndicatorForeground | WebUIControl.Indicators | (None) | Bootstrap Indicator applied to the item's icon foreground. | | IconIndicatorForegroundActive | WebUIControl.Indicators | (None) | Bootstrap Indicator applied to the item's icon foreground while active. | | IconStyle | GraffitiStyle | (None) | Style applied to the icon. | | IconStyleActive | GraffitiStyle | (None) | Style applied to the icon while the step is active. | | Indicator | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the step. | | IndicatorActive | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the step when it is active. | | Style | GraffitiStyle | (None) | GraffitiStyle applied to the step. | | StyleActive | GraffitiStyle | (None) | GraffitiStyle applied to the step when it is active. | | Tag | Variant | (None) | Developer data storage. |