Gets or sets the animation effect to use 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# |
---|
[LayoutAttribute(LayoutType.Behavior)] [C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute(AnimationEffect.None)] [JsonAttribute(true, true, AnimationEffect.None)] public AnimationEffect AnimationEffectOnShowing { get; set; } |
Visual Basic |
---|
<LayoutAttribute(LayoutType.Behavior)> _ <C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute(AnimationEffect.None)> _ <JsonAttribute(True, True, AnimationEffect.None)> _ Public Property AnimationEffectOnShowing As AnimationEffect Get Set |