Class ToastAnimationSettings
Specifies the show and hide animation settings of Toast.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
ToastAnimationSettings
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToastAnimationSettings : SfBaseComponent
Constructors
ToastAnimationSettings()
Declaration
public ToastAnimationSettings()
Properties
Hide
Declaration
public ToastAnimationSettingsHide Hide { get; set; }
Property Value
Type | Description |
---|---|
ToastAnimationSettingsHide |
HideSettings
Specifies the animation to appear when hiding the Toast.
Declaration
public ToastHideAnimationSettings HideSettings { get; set; }
Property Value
Type | Description |
---|---|
ToastHideAnimationSettings |
Show
Declaration
public ToastAnimationSettingsShow Show { get; set; }
Property Value
Type | Description |
---|---|
ToastAnimationSettingsShow |
ShowSettings
Specifies the animation to appear when showing the Toast.
Declaration
public ToastShowAnimationSettings ShowSettings { get; set; }
Property Value
Type | Description |
---|---|
ToastShowAnimationSettings |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |