Table of Contents
Enumerations #
Name | Values |
---|---|
AnimationStyles | Default 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 #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | target as DesktopUIControl, title as String, message as String | None | Creates a new instance of the class. |
Constructor | target as Rect title as String message as String | None | Creates a new instance of the class representing an arbitrary area of the window. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
AnimationStyle | AnimationStyles | AnimationStyles.Default | Animation style used for showing and hiding the item. |
Message | String | “” | Message displayed for this tour step. |
Target | DesktopUIControl | Nil | Target control for this tour step. |
TargetRect | Rect | Nil | Target area for this tour step. |
Title | String | “” | Title displayed for this tour step. |
Examples #
This class has no examples.