Class Animation
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
- Inheritance
-
Animation
- Inherited Members
-
Constructors
Properties
[Browsable(false)]
public IList<Animation> Children { get; }
Property Value
- IList<Animation>
[Browsable(false)]
public string Name { get; set; }
Property Value
- string
[Browsable(false)]
public Dictionary<string, string> Properties { get; }
Property Value
- Dictionary<string, string>
Methods
public static Animation Deserialize(string json)
Parameters
json
string
Returns
- Animation
public static Animation Deserialize(XmlNode node)
Parameters
node
XmlNode
Returns
- Animation
public static void Parse(string value, ExtenderControl extenderControl)
Parameters
value
string
extenderControl
ExtenderControl
public static string Serialize(Animation animation)
Parameters
animation
Animation
Returns
- string
public override string ToString()
Returns
- string