GraffitiSuite Docs
Docs
Graffititouritem
Loading document parsing libraries...
# GraffitiTourItem Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Positions | Auto <br > Top <br > TopLeft <br > TopCenter <br > TopRight <br > Bottom <br > BottomLeft <br > BottomCenter <br > BottomRight <br > RightTop <br > RightMiddle <br > RightBottom <br > LeftTop <br > LeftMiddle <br > LeftBottom | Supported positions relative to target. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | Element as WebControl <br> Title as String <br> Message as String | (None) | Creates an instance of the object. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | ButtonsVisible | Boolean | (None) | Set to false to hide all navigation buttons on this step. | | CaptionDone | String | (None) | Text to display in the Done button. | | CaptionNext | String | (None) | Text to display in the Next button. | | CaptionPrevious | String | (None) | Text to display in the Previous button. | | Element | WebControl | (None) | Target element for tour step. | | HasButtonsVisible | Boolean | False | Controls visibility of progression buttons. | | HasCaptionDone | Boolean | False | Must be True to customize CaptionDone. | | HasCaptionNext | Boolean | False | Must be True to customize CaptionNext. | | HasCaptionPrevious | Boolean | False | Must be True to customize CaptionPrevious. | | HasOverlayColor | Boolean | False | Controls overlay color visibility. | | ID | String | (None) | (None) | | Message | String | (None) | Message displayed in the tour step. | | Position | Positions | (None) | Controls placement relative to target. | | Tag | Variant | (None) | User data storage. | | Title | String | (None) | Title of this step. |