Table of Contents
Preview #
No previews available.
About #
Items for display within GraffitiStepbar
Enumerations #
Name | Values |
---|---|
Alignments | Left |
Center | |
Right |
Constants #
This product exposes no constants.
Events #
This product exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | ActiveIcon as Picture InactiveIcon as Picture TitleText as String DescriptionText as String | None | Creates a new instance of the class. |
Constructor | Icon as Picture | None | Creates a new instance of the class. |
Constructor | Icon as Picture TitleText as String DescriptionText as String | None | Creates a new instance of the class. |
Constructor | TitleText as String DescriptionText as String | None | Creates a new instance of the class. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
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 | “” | 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 | GraffitiStepBarItem.Alignments | Alignments.Left | Alignment of the contents of the item. |
Title | String | “” | 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. |