GraffitiSuite Docs
Docs
Graffitislideshow
Loading document parsing libraries...
# GraffitiSlideshow Class Inherits GraffitiUIControl ## About GraffitiSlideshow allows you to define any number of image slides, complete with title and content captions, for display in your UI. ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Transitions | Fade <br> CrossFade <br> SlideLeft <br> SlideRight <br> SlideUp <br> SlideDown <br> SlidingDoorsHorizontal <br> SlidingDoorsVertical <br> BlindsHorizontal <br> BlindsVertical <br> ScaleIn <br> ScaleOut <br> WipeLeft <br> WipeRight <br> WipeDown <br> WipeUp | | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Closing | (None) | (None) | | | Opening | (None) | (None) | | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Add | item as GraffitiSlideshowItem | (None) | | | AddAt | index as Integer <br> item as GraffitiSlideshowItem | (None) | | | Constructor | (None) | (None) | | | createImageWithOpacity | image as Picture <br> opacity as Integer | Picture | | | IndexOf | item as GraffitiSlideshowItem | Integer | | | ItemAt | index as Integer | GraffitiSlideshowItem | | | MoveNext | immediate as Boolean = False | (None) | | | MovePrevious | immediate as Boolean = False | (None) | | | Remove | item as GraffitiSlideshowItem | (None) | | | RemoveAt | index as Integer | (None) | | | Start | (None) | (None) | | | Stop | (None) | (None) | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AllowKeyboardNavigation | Boolean | True | | | BackgroundColor | ColorGroup | Nil | | | BorderColor | ColorGroup | Nil | | | ContentBackgroundColor | ColorGroup | Nil | | | ContentColor | ColorGroup | Nil | | | ContentFontName | String | Nil | | | ContentFontSize | Integer | Nil | | | HasBackground | Boolean | Nil | | | HasBorder | Boolean | Nil | | | ImageInterval | Integer | Nil | | | PauseOnFocus | Boolean | True | | | PauseOnHover | Boolean | True | | | SelectedItemIndex | Integer | Nil | | | ShowSelectionIndicator | Boolean | Nil | | | TitleColor | ColorGroup | Nil | | | TitleFontName | String | Nil | | | TitleFontSize | Integer | Nil | | | Transition | Transitions | Nil | | | TransitionLength | Integer | 1000 | |