Class ToastToastAnimationSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ToastToastAnimationSettings
Namespace: Syncfusion.EJ2.Notifications
Assembly: Syncfusion.EJ2.dll
Syntax
public class ToastToastAnimationSettings : EJTagHelper
Constructors
ToastToastAnimationSettings()
Declaration
public ToastToastAnimationSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Hide
Specifies the animation to appear while hiding the Toast.
Declaration
public ToastToastAnimations Hide { get; set; }
Property Value
Type | Description |
---|---|
ToastToastAnimations | The default value is null |
Show
Specifies the animation to appear while showing the Toast.
Declaration
public ToastToastAnimations Show { get; set; }
Property Value
Type | Description |
---|---|
ToastToastAnimations | The default value is null |