Inheritance
System.Object
DialogAnimationSettings
Assembly: Syncfusion.EJ2.dll
public class DialogAnimationSettings : EJTagHelper
Constructors
Declaration
public DialogAnimationSettings()
Properties
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Specifies the delay in milliseconds to start animation.
Declaration
public double Delay { get; set; }
Property Value
Type |
Description |
System.Double |
|
Specifies the duration in milliseconds that the animation takes to open or close the dialog.
Declaration
public double Duration { get; set; }
Property Value
Type |
Description |
System.Double |
|
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:
- Fade
- FadeZoom
- FlipLeftDown
- FlipLeftUp
- FlipRightDown
- FlipRightUp
- FlipXDown
- FlipXUp
- FlipYLeft
- FlipYRight
- SlideBottom
- SlideLeft
- SlideRight
- SlideTop
- Zoom
- None
Declaration
public DialogEffect Effect { get; set; }
Property Value
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides