Enumerations #
Name |
Values |
Transitions |
Slide |
Fade |
Constants #
Name |
Type |
Value |
This class exposes no constants. |
|
|
Events #
Definition |
Parameters |
Return Type |
Description |
ItemContentPressed |
item as GraffitiSlideshowItem |
Raised when the user presses on the caption area’s content. |
|
ItemPressed |
item as GraffitiSlideshowItem |
Raised when the user presses on a slide image. |
|
ItemTitlePressed |
item as GraffitiSlideshowItem |
Raised when the user presses on the caption area’s title. |
|
Methods #
Definition |
Parameters |
Return Type |
Description |
AddItem |
item as GraffitiSlideshowItem |
None |
Adds the specified item to the display. |
LastIndex |
None |
Integer |
Returns the last item index. |
MoveNext |
None |
None |
Moves to the next slide or, if at the last slide, moves to the first slide. |
MovePrevious |
None |
None |
Moves to the previous slide or, if at the first slide, moves to the last slide. |
MoveTo |
itemIndex as Integer |
None |
Moves to the specified slide. |
Pause |
None |
None |
Pauses slide transition. |
RemoveAll |
None |
None |
Removes all items from the component. |
RemoveItem |
index as Integer |
None |
Removes the item at the specified index. |
Properties #
Name |
Type |
Default Value |
Description |
Interval |
Integer |
5000 |
Time in milliseconds that each item will be displayed before the component moves to the next one. |
PauseOnHover |
Boolean |
True |
When True, moving the mouse over the display – or pressing down on touch-enabled devices – will pause item transitioning. |
SelectedItem ReadOnly |
GraffitiSlideshowItem |
Nil |
The currently displayed item. |
Transition |
Transitions |
Slide |
Determines the style of animation applied to slides during the change. |
Examples #
There are currently no examples for this class.