Class StepperAnimationSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
StepperAnimationSettingsBuilder
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.Navigations
Assembly: Syncfusion.AspNetMvc.Navigations.dll
Syntax
public class StepperAnimationSettingsBuilder : ControlBuilder
Constructors
StepperAnimationSettingsBuilder()
Declaration
public StepperAnimationSettingsBuilder()
StepperAnimationSettingsBuilder(StepperAnimationSettings)
Declaration
public StepperAnimationSettingsBuilder(StepperAnimationSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| StepperAnimationSettings | model |
Methods
Delay(Int32)
delay in milliseconds
Declaration
public StepperAnimationSettingsBuilder Delay(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | value |
Returns
| Type |
|---|
| StepperAnimationSettingsBuilder |
Duration(Int32)
duration in milliseconds
Declaration
public StepperAnimationSettingsBuilder Duration(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | value |
Returns
| Type |
|---|
| StepperAnimationSettingsBuilder |
Enable(Boolean)
Defines whether a animation is enabled or disabled.
Declaration
public StepperAnimationSettingsBuilder Enable(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
Returns
| Type |
|---|
| StepperAnimationSettingsBuilder |