Class ToastToastAnimationsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ToastToastAnimationsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Notifications
Assembly: Syncfusion.AspNetMvc.Notifications.dll
Syntax
public class ToastToastAnimationsBuilder : ControlBuilder
Constructors
ToastToastAnimationsBuilder()
Declaration
public ToastToastAnimationsBuilder()
ToastToastAnimationsBuilder(ToastToastAnimations)
Declaration
public ToastToastAnimationsBuilder(ToastToastAnimations model)
Parameters
| Type | Name | Description |
|---|---|---|
| ToastToastAnimations | model |
Methods
Duration(Double)
Specifies the duration to animate.
Declaration
public ToastToastAnimationsBuilder Duration(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ToastToastAnimationsBuilder |
Easing(String)
Specifies the animation timing function.
Declaration
public ToastToastAnimationsBuilder Easing(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ToastToastAnimationsBuilder |
Effect(String)
Specifies the type of animation.
Declaration
public ToastToastAnimationsBuilder Effect(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ToastToastAnimationsBuilder |