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