Class ProgressBarAnimationBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ProgressBarAnimationBuilder
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.ProgressBar
Assembly: Syncfusion.AspNetMvc.ProgressBar.dll
Syntax
public class ProgressBarAnimationBuilder : ControlBuilder
Constructors
ProgressBarAnimationBuilder()
Declaration
public ProgressBarAnimationBuilder()
ProgressBarAnimationBuilder(ProgressBarAnimation)
Declaration
public ProgressBarAnimationBuilder(ProgressBarAnimation model)
Parameters
| Type | Name | Description |
|---|---|---|
| ProgressBarAnimation | model |
Methods
Delay(Double)
delay
Declaration
public ProgressBarAnimationBuilder Delay(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ProgressBarAnimationBuilder |
Duration(Double)
duration
Declaration
public ProgressBarAnimationBuilder Duration(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ProgressBarAnimationBuilder |
Enable(Boolean)
enable
Declaration
public ProgressBarAnimationBuilder Enable(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
Returns
| Type |
|---|
| ProgressBarAnimationBuilder |