GraffitiStepBar

View Categories

Enumerations #

This class exposes no enumerations.

Constants #

This class exposes no constants.

Events #

DefinitionParametersReturn TypeDescription
SelectionChangedNoneNoneRaised when the user selects a new step by clicking or tapping.

Methods #

DefinitionParametersReturn TypeDescription
Additem as GraffitiStepBarItemNoneAdds the specified item to the end of the StepBar.
AddParamArray itemContents as StringNoneAdds items representing the elements of the array.
AddAtindex as IntegerNoneAdds the specified item at the provided index.
item as GraffitiStepBarItem
ItemAtindex as IntegerGraffitiStepBarItemReturns the item at the specified index.
LastIndexNoneIntegerReturns the last item’s index.
Removeitem as GraffitiStepBarItemNoneRemoves the specified item.
RemoveAtindex as IntegerNoneRemoves the item at the specified index.

Properties #

NameTypeDefault ValueDescription
AllowSelectionBooleanFalseWhen True the user can click steps to change the currently selected item.
IsVerticalBooleanFalseSet to True to display steps vertically (top-to-bottom).
SelectedIndexInteger-1Currently selected item index.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.