Define how long (in milliseconds) the animation of the sliding will run.

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[JsonAttribute(true, true, )]
public int AnimationDuration { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute()> _
<JsonAttribute(True, True, )> _
Public Property AnimationDuration As Integer
	Get
	Set

See Also