Preferred position of the bubble. 'EventTop' places the bubble above the event if there is enough space, otherwise below the event. 'Mouse' places the bubble at the current mouse position.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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); } |