Class ToastToastAnimationSettings
Inheritance
System.Object
ToastToastAnimationSettings
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
Hide
Specifies the animation to appear while hiding the Toast.
Declaration
public ToastToastAnimations Hide { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Show
Specifies the animation to appear while showing the Toast.
Declaration
public ToastToastAnimations Show { get; set; }
Property Value