GraffitiTourItem

View Categories

Enumerations #

NameValues
AnimationStylesDefault
Fade
SlideUp
SlideDown
SlideLeft
SlideRight
Grow
Reveal
RollHorizontal
RollVertical
WindowShade
Doors
None

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

Methods #

NameParametersReturn TypeDescription
Constructortarget as DesktopUIControl, title as String, message as StringNoneCreates a new instance of the class.
Constructortarget as Rect
title as String
message as String
NoneCreates a new instance of the class representing an arbitrary area of the window.

Properties #

NameTypeDefault ValueDescription
AnimationStyleAnimationStylesAnimationStyles.DefaultAnimation style used for showing and hiding the item.
MessageString“”Message displayed for this tour step.
TargetDesktopUIControlNilTarget control for this tour step.
TargetRectRectNilTarget area for this tour step.
TitleString“”Title displayed for this tour step.

Examples #

This class has no examples.