Table of Contents

Class Animation

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class Animation
Inheritance
Animation
Inherited Members

Constructors

Animation()

public Animation()

Properties

Children

[Browsable(false)]
public IList<Animation> Children { get; }

Property Value

IList<Animation>

Name

[Browsable(false)]
public string Name { get; set; }

Property Value

string

Properties

[Browsable(false)]
public Dictionary<string, string> Properties { get; }

Property Value

Dictionary<string, string>

Methods

Deserialize(string)

public static Animation Deserialize(string json)

Parameters

json string

Returns

Animation

Deserialize(XmlNode)

public static Animation Deserialize(XmlNode node)

Parameters

node XmlNode

Returns

Animation

Parse(string, ExtenderControl)

public static void Parse(string value, ExtenderControl extenderControl)

Parameters

value string
extenderControl ExtenderControl

Serialize(Animation)

public static string Serialize(Animation animation)

Parameters

animation Animation

Returns

string

ToString()

public override string ToString()

Returns

string