Gets or sets the duration of the animation when content area of a C1Window object is collapsing.
Namespace:
C1.Web.UI.Controls.C1WindowAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute()] [C1CategoryAttribute("Category.Behavior")] [JsonAttribute(true, true, )] [LayoutAttribute(LayoutType.Behavior)] public int AnimationDurationOnCollapsing { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute()> _ <C1CategoryAttribute("Category.Behavior")> _ <JsonAttribute(True, True, )> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Property AnimationDurationOnCollapsing As Integer Get Set |
Remarks
The default value is 1000 and unit is millisecond.