Class ToastAnimationSettings
Specifies the show and hide animation settings of Toast.
Inheritance
System.Object
ToastAnimationSettings
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToastAnimationSettings : OwningComponentBase
Constructors
ToastAnimationSettings()
Declaration
public ToastAnimationSettings()
Properties
HideSettings
Specifies the animation to appear when hiding the Toast.
Declaration
public ToastHideAnimationSettings HideSettings { get; set; }
Property Value
Type |
---|
ToastHideAnimationSettings |
ShowSettings
Specifies the animation to appear when showing the Toast.
Declaration
public ToastShowAnimationSettings ShowSettings { get; set; }
Property Value
Type |
---|
ToastShowAnimationSettings |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Dispose()
Dispose the unmanaged resources.
Declaration
public virtual void Dispose()
Dispose(Boolean)
Dispose the unmanaged resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |
OnParametersSetAsync()
Method invoked when the component has received parameters from its parent.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |