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 | | --- | :---: | :---: | --- | | Constructor | target as DesktopUIControl <br> title as String <br> message as String | (None) | Creates a new instance of the class. | | Constructor | target as Rect <br> title as String <br> message as String | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AnimationStyle | AnimationStyles | (None) | Animation style used for showing and hiding tour step. | | Attributes | cardImage | Picture | (None) | | card | GraffitiTourCard | (None) | (None) | | Message | String | (None) | Tour step message text. | | Tag | Variant | (None) | (None) | | Target | DesktopUIControl | (None) | Target control for this tour step. | | TargetRect | Rect | (None) | Target area for this tour step. | | Title | String | (None) | Tour step title text. |