GraffitiSuite Docs
Docs
Graffititouritem
Loading document parsing libraries...
# GraffitiTourItem Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | AnimationStyles | Default <br> Fade <br> SlideUp <br> SlideDown <br> SlideLeft <br> SlideRight <br> Grow <br> Reveal <br> RollHorizontal <br> RollVertical <br> WindowShade <br> Doors <br> None | Supported show and hide animation styles. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | Constructor | (None) | Creates a new instance of the class. | | Sub | Constructor | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AnimationStyle | AnimationStyles | Nil | Animation style used for showing and hiding tour step. | | Attributes | cardImage | Picture | | | card | GraffitiTourCard | Nil | | | Message | String | Nil | Tour step message text. | | Private | As | Nil | | | Private | As | Nil | | | Tag | Variant | Nil | | | Target | DesktopUIControl | Nil | Target control for this tour step. | | TargetRect | Rect | Nil | Target area for this tour step. | | Title | String | Nil | Tour step title text. |