ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DialogAnimationSettingsBuilder

    Show / Hide Table of Contents

    Class DialogAnimationSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    DialogAnimationSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Popups
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DialogAnimationSettingsBuilder : ControlBuilder

    Constructors

    DialogAnimationSettingsBuilder()

    Declaration
    public DialogAnimationSettingsBuilder()

    DialogAnimationSettingsBuilder(DialogAnimationSettings)

    Declaration
    public DialogAnimationSettingsBuilder(DialogAnimationSettings model)
    Parameters
    Type Name Description
    DialogAnimationSettings model

    Methods

    Delay(Double)

    Specifies the delay in milliseconds to start animation.

    Declaration
    public DialogAnimationSettingsBuilder Delay(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    DialogAnimationSettingsBuilder

    Duration(Double)

    Specifies the duration in milliseconds that the animation takes to open or close the dialog.

    Declaration
    public DialogAnimationSettingsBuilder Duration(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    DialogAnimationSettingsBuilder

    Effect(DialogEffect)

    Specifies the animation name that should be applied on open and close the dialog. If user sets Fade animation, the dialog will open with FadeIn effect and close with FadeOut effect. The following are the list of animation effects available to configure to the dialog:

    1. Fade
    2. FadeZoom
    3. FlipLeftDown
    4. FlipLeftUp
    5. FlipRightDown
    6. FlipRightUp
    7. FlipXDown
    8. FlipXUp
    9. FlipYLeft
    10. FlipYRight
    11. SlideBottom
    12. SlideLeft
    13. SlideRight
    14. SlideTop
    15. Zoom
    16. None
    Declaration
    public DialogAnimationSettingsBuilder Effect(DialogEffect value)
    Parameters
    Type Name Description
    DialogEffect value
    Returns
    Type Description
    DialogAnimationSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved