Preferred position of an event bubble.
Namespace: DayPilot.Web.Mvc.Enums.BubbleAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public enum BubblePosition |
Visual Basic |
---|
Public Enumeration BubblePosition |
Visual C++ |
---|
public enum class BubblePosition |
Members
Member name | Value | Description | |
---|---|---|---|
EventTop | 0 | 'EventTop' places the bubble above the event if there is enough space, otherwise below the event. | |
Mouse | 1 | 'Mouse' places the bubble at the current mouse position. |