Collapse Animation effect.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

See Also