Expand Animation effect.
Namespace:
C1.Web.UI.Controls.C1MenuAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, AnimationEffect.None)] [LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute(AnimationEffect.None)] [C1CategoryAttribute("Category.Behavior")] [NotifyParentPropertyAttribute(true)] public AnimationEffect ExpandAnimation { get; set; } |
| Visual Basic (Declaration) |
|---|
<JsonAttribute(True, True, AnimationEffect.None)> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute(AnimationEffect.None)> _ <C1CategoryAttribute("Category.Behavior")> _ <NotifyParentPropertyAttribute(True)> _ Public Property ExpandAnimation As AnimationEffect Get Set |