|
AnimationDuration
|
The duration of the Tool Tip animation in milliseconds.
|
|
AnimationIn
|
Animation that occurs when Tool Tip content is loading.
Animations:
RegularEaseIn (Default),
RegularEaseOut,
RegularEaseInOut,
StrongEaseIn,
StrongEaseOut,
StrongEaseInOut,
BackEaseIn,
BackEaseOut,
BackEaseInOut,
BounceEaseIn,
BounceEaseOut,
BounceEaseInOut,
ElasticEaseIn,
ElasticEaseOut,
ElasticEaseInOut
|
|
AnimationOut
|
Animation that occurs when Tool Tip content is unloading.
Animations:
RegularEaseIn,
RegularEaseOut (Default),
RegularEaseInOut,
StrongEaseIn,
StrongEaseOut,
StrongEaseInOut,
BackEaseIn,
BackEaseOut,
BackEaseInOut,
BounceEaseIn,
BounceEaseOut,
BounceEaseInOut,
ElasticEaseIn,
ElasticEaseOut,
ElasticEaseInOut |
|
DelayAtStart
|
The delay between the mouse rollover and the Tool Tip open animation beginning.
|
|
DelayAtEnd
|
The delay between the mouse rollout and the Tool Tip close animation beginning.
|
|
EventIn
|
The event that causes the Tool Tip to open / appear.
Events:
OnBlur,
OnClick,
OnDoubleClick,
OnFocus,
OnMouseDown,
OnMouseOut,
OnMouseOver (Default),
OnMouseUp,
OnSelect
|
|
EventOut
|
The event that causes the Tool Tip to close / disappear.
Events:
OnBlur,
OnClick,
OnDoubleClick,
OnFocus,
OnMouseDown,
OnMouseOut (Default),
OnMouseOver,
OnMouseUp,
OnSelect |
|
FollowMouse
|
Set true to have the Tool Tip follow the mouse during the mouseover event. False displays it in an initial position, where it sticks.
|