Gets or sets the animation effect that will be shown.

Namespace:  C1.Web.UI.Controls.C1ToolTip
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, false, AnimationEffect.None)]
[DefaultValueAttribute(AnimationEffect.None)]
[LayoutAttribute(LayoutType.Behavior)]
[C1CategoryAttribute("Category.Behavior")]
public AnimationEffect ShowAnimation { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, False, AnimationEffect.None)> _
<DefaultValueAttribute(AnimationEffect.None)> _
<LayoutAttribute(LayoutType.Behavior)> _
<C1CategoryAttribute("Category.Behavior")> _
Public Property ShowAnimation As AnimationEffect
	Get
	Set

See Also