Control..::..Animation Property

Use this to run animations as coroutines

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public ControlAnimation Animation { get; set; }
Public Property Animation As ControlAnimation
	Get
	Set
public:
property ControlAnimation^ Animation {
	ControlAnimation^ get ();
	void set (ControlAnimation^ value);
}