Bubble position (above the object or at the mouse pointer).

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

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

See Also