Preferred position of an event bubble.
Namespace: DayPilot.Web.Ui.Enums.BubbleAssembly: 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 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. |