Class ToastAnimationSettingsModel
Interface for a class ToastAnimationSettings.
Inheritance
System.Object
ToastAnimationSettingsModel
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToastAnimationSettingsModel : Object
Constructors
ToastAnimationSettingsModel()
Declaration
public ToastAnimationSettingsModel()
Properties
Hide
Specifies the animation to appear while hiding the Toast.
Declaration
public ToastAnimationsModel Hide { get; set; }
Property Value
Type |
---|
ToastAnimationsModel |
Show
Specifies the animation to appear while showing the Toast.
Declaration
public ToastAnimationsModel Show { get; set; }
Property Value
Type |
---|
ToastAnimationsModel |