Preferred position of an event bubble.

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

Syntax

C#
public enum BubblePosition
Visual Basic
Public Enumeration BubblePosition
Visual C++
public enum class BubblePosition

Members

Member nameValueDescription
EventTop0 'EventTop' places the bubble above the event if there is enough space, otherwise below the event.
Mouse1 'Mouse' places the bubble at the current mouse position.

See Also