Enum PointerDirection
BubblePopup Pointer direction.
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
[Flags]
public enum PointerDirection
Fields
Name | Description |
---|---|
Any | BubblePopup pointer points in what ever direction allow for it to have the most space. |
Down | BubblePopup pointer points right. |
Horizontal | BubblePopup pointer points either right or left, depending on which affords the most space. |
Left | BubblePopup pointer points up |
None | No pointer |
Right | BubblePopup pointer points left. |
Up | BubblePopup pointer points down. |
Vertical | BubblePopup pointer points either up or down, depending on which affords the most space. |