Class Animation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class Animation : EJTagHelper
Constructors
Animation()
Declaration
public Animation()
Fields
m_hide
Declaration
public ShowHide m_hide
Field Value
Type | Description |
---|---|
ShowHide |
m_show
Declaration
public ShowHide m_show
Field Value
Type | Description |
---|---|
ShowHide |
Properties
Hide
Declaration
[JsonProperty("hide")]
public ShowHide Hide { get; set; }
Property Value
Type | Description |
---|---|
ShowHide |
Show
Declaration
[JsonProperty("show")]
public ShowHide Show { get; set; }
Property Value
Type | Description |
---|---|
ShowHide |