Class SpeedDialAnimationSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SpeedDialAnimationSettingsBuilder
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.Buttons
Assembly: Syncfusion.AspNetMvc.Buttons.dll
Syntax
public class SpeedDialAnimationSettingsBuilder : ControlBuilder
Constructors
SpeedDialAnimationSettingsBuilder()
Declaration
public SpeedDialAnimationSettingsBuilder()
SpeedDialAnimationSettingsBuilder(SpeedDialAnimationSettings)
Declaration
public SpeedDialAnimationSettingsBuilder(SpeedDialAnimationSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| SpeedDialAnimationSettings | model |
Methods
Delay(Int32)
Defines the delay before starting the animation.
Declaration
public SpeedDialAnimationSettingsBuilder Delay(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | value |
Returns
| Type |
|---|
| SpeedDialAnimationSettingsBuilder |
Duration(Int32)
Defines the duration in milliseconds that the animation takes to open or close the popup.
Declaration
public SpeedDialAnimationSettingsBuilder Duration(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | value |
Returns
| Type |
|---|
| SpeedDialAnimationSettingsBuilder |
Effect(SpeedDialAnimationEffect)
Defines the type of animation effect used for opening and closing of the Speed Dial items.
Declaration
public SpeedDialAnimationSettingsBuilder Effect(SpeedDialAnimationEffect value)
Parameters
| Type | Name | Description |
|---|---|---|
| SpeedDialAnimationEffect | value |
Returns
| Type |
|---|
| SpeedDialAnimationSettingsBuilder |