Gets or sets the duration of the animation when a C1Window object hides.
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, )] [DefaultValueAttribute()] [LayoutAttribute(LayoutType.Behavior)] public int AnimationDurationOnHiding { get; set; } |
| Visual Basic |
|---|
<C1CategoryAttribute("Category.Behavior")> _ <JsonAttribute(True, True, )> _ <DefaultValueAttribute()> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Property AnimationDurationOnHiding As Integer Get Set |