Class Animation

Inheritance
System.Object
Animation
Inherited Members
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: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
public class Animation

Constructors

Animation()

Declaration
public Animation()

Properties

Children

Declaration
public IList<Animation> Children { get; }
Property Value
Type Description
System.Collections.Generic.IList<Animation>

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Properties

Declaration
public Dictionary<string, string> Properties { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

Methods

Deserialize(String)

Declaration
public static Animation Deserialize(string json)
Parameters
Type Name Description
System.String json
Returns
Type Description
Animation

Deserialize(XmlNode)

Declaration
public static Animation Deserialize(XmlNode node)
Parameters
Type Name Description
System.Xml.XmlNode node
Returns
Type Description
Animation

Parse(String, ExtenderControl)

Declaration
public static void Parse(string value, ExtenderControl extenderControl)
Parameters
Type Name Description
System.String value
System.Web.UI.ExtenderControl extenderControl

Serialize(Animation)

Declaration
public static string Serialize(Animation animation)
Parameters
Type Name Description
Animation animation
Returns
Type Description
System.String

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()