Animation type.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public BubbleAnimation Animation { get; set; }
Visual Basic
Public Property Animation As BubbleAnimation
	Get
	Set
Visual C++
public:
property BubbleAnimation Animation {
	BubbleAnimation get ();
	void set (BubbleAnimation value);
}

See Also