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 | (None) | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Closing | (None) | (None) | (None) | | Opening | (None) | (None) | (None) | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Add | item as GraffitiSlideshowItem | (None) | (None) | | AddAt | index as Integer <br> item as GraffitiSlideshowItem | (None) | (None) | | Constructor | (None) | (None) | (None) | | createImageWithOpacity | image as Picture <br> opacity as Integer | Picture | (None) | | IndexOf | item as GraffitiSlideshowItem | Integer | (None) | | ItemAt | index as Integer | GraffitiSlideshowItem | (None) | | MoveNext | immediate as Boolean = False | (None) | (None) | | MovePrevious | immediate as Boolean = False | (None) | (None) | | Remove | item as GraffitiSlideshowItem | (None) | (None) | | RemoveAt | index as Integer | (None) | (None) | | Start | (None) | (None) | (None) | | Stop | (None) | (None) | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AllowKeyboardNavigation | Boolean | True | (None) | | BackgroundColor | ColorGroup | (None) | (None) | | BorderColor | ColorGroup | (None) | (None) | | ContentBackgroundColor | ColorGroup | (None) | (None) | | ContentColor | ColorGroup | (None) | (None) | | ContentFontName | String | (None) | (None) | | ContentFontSize | Integer | (None) | (None) | | HasBackground | Boolean | (None) | (None) | | HasBorder | Boolean | (None) | (None) | | ImageInterval | Integer | (None) | (None) | | PauseOnFocus | Boolean | True | (None) | | PauseOnHover | Boolean | True | (None) | | SelectedItemIndex | Integer | (None) | (None) | | ShowSelectionIndicator | Boolean | (None) | (None) | | TitleColor | ColorGroup | (None) | (None) | | TitleFontName | String | (None) | (None) | | TitleFontSize | Integer | (None) | (None) | | Transition | Transitions | (None) | (None) | | TransitionLength | Integer | 1000 | (None) |