Determines whether the animation effect can be seen.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Behavior")] [LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute(AnimationEffect.None)] [JsonAttribute(true, false, AnimationEffect.None)] public AnimationEffect HideAnimation { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Behavior")> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute(AnimationEffect.None)> _ <JsonAttribute(True, False, AnimationEffect.None)> _ Public Property HideAnimation As AnimationEffect Get Set |