Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToastAnimationSettingsModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    ToastAnimationsModel

    Show

    Specifies the animation to appear while showing the Toast.

    Declaration
    public ToastAnimationsModel Show { get; set; }
    Property Value
    Type Description
    ToastAnimationsModel
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved