Gets or sets the transition effect for the animation that is shown.

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

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute(Easing.EaseLinear)]
[NotifyParentPropertyAttribute(true)]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, Easing.EaseLinear)]
public Easing ShowEasing { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute(Easing.EaseLinear)> _
<NotifyParentPropertyAttribute(True)> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, Easing.EaseLinear)> _
Public Property ShowEasing As Easing
	Get
	Set

See Also