Gets or sets the animation effect to use when content area of a C1Window object is collapsing.

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

Syntax

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

Remarks

The default value is AnimationEffect.None.

See Also