Enum TooltipOrientation
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the Tooltip orientation.
public enum TooltipOrientation
Fields
Name | Description |
---|---|
Bottom | Tooltip should appear to the bottom of the parent. |
BottomLeft | Tooltip should appear to the bottom left of the parent. |
BottomRight | Tooltip should appear to the bottom right of the parent. |
Center | Tooltip should appear to the center of the parent. |
Left | Tooltip should appear to the left of the parent. |
None | Default value. Tooltip moves with a mouse pointer. |
Right | Tooltip should appear to the right of the parent. |
Top | Tooltip should appear to the left of the parent. |
TopLeft | Tooltip should appear to the top left of the parent. |
TopRight | Tooltip should appear to the top right of the parent. |