Gets or sets the duration of the animation when content area of a C1Window object is expanding.

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

Syntax

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

See Also