Class TabActionSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TabActionSettingsBuilder
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 TabActionSettingsBuilder : ControlBuilder
Constructors
TabActionSettingsBuilder()
Declaration
public TabActionSettingsBuilder()
TabActionSettingsBuilder(TabActionSettings)
Declaration
public TabActionSettingsBuilder(TabActionSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| TabActionSettings | model |
Methods
Duration(Double)
Specifies the duration to animate.
Declaration
public TabActionSettingsBuilder Duration(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| TabActionSettingsBuilder |
Easing(String)
Specifies the animation timing function.
Declaration
public TabActionSettingsBuilder Easing(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| TabActionSettingsBuilder |
Effect(Object)
Specifies the type of animation.
Declaration
public TabActionSettingsBuilder Effect(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| TabActionSettingsBuilder |