Class ToastToastAnimationSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ToastToastAnimationSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Notifications
Assembly: Syncfusion.AspNetMvc.Notifications.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 |