GraffitiPagePanel

Preview #

No previews available.

About #

GraffitiPagePanel is a that allows developers to embed multiple containers within their UI and easily switch between them.

Enumerations #

This class exposes no enumerations.

Constants #

This class exposes no constants.

Events #

NameParametersReturn TypeDescription
SelectionChangedNoneNoneRaised when the currently visible panel has changed and any animations are complete.

Methods #

NameParametersReturn TypeDescription
Additem as GraffitiPagePanelItemNoneAdds a new panel to the control.
AddAtindex as Integer
item as GraffitiPagePanelItem
NoneAdds a new panel to the control at the specified index.
ContainerAtindex as IntegerGraffitiPagePanelItemReturns the panel at the specified index in the internal array.
IndexOfitem as GraffitiPagePanelItemIntegerReturns the index of the specified item within the internal array.
LastIndexNoneIntegerReturns the last index of items in the internal array.
Removeitem as GraffitiPagePanelItemNoneRemoved the specified item and its associated container.
RemoveAllNoneNoneRemove all currently added items.
RemoveAtindex as IntegerNoneRemoves the item at the specified index.

Properties #

NameParametersReturn TypeDescription
AnimationSpeedInteger250Length of animations in milliseconds.
SelectedIndexInteger-1Index of the currently selected tab.