Gets or sets the animation effect to use when content area of a C1Window object is expanding.
Namespace:
C1.Web.UI.Controls.C1WindowAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Behavior")] [JsonAttribute(true, true, AnimationEffect.None)] [DefaultValueAttribute(AnimationEffect.None)] [LayoutAttribute(LayoutType.Behavior)] public AnimationEffect AnimationEffectOnExpanding { get; set; } |
| Visual Basic |
|---|
<C1CategoryAttribute("Category.Behavior")> _ <JsonAttribute(True, True, AnimationEffect.None)> _ <DefaultValueAttribute(AnimationEffect.None)> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Property AnimationEffectOnExpanding As AnimationEffect Get Set |