public enum ENTooltipPosition : System.Enum
public enum ENTooltipPosition : System.Enum
Member | Description |
---|---|
BottomAlignCenter | The tooltip is placed at the bottom of the cursor, with cursor hotspot aligned with the X center of the tooltip. |
BottomAlignLeft | The tooltip is placed at the bottom of the cursor, with cursor hotspot aligned to the left side of the tooltip. |
BottomAlignRight | The tooltip is placed at the bottom of the cursor, with cursor hotspot aligned to the right side of the tooltip. |
LeftAlignBottom | The tooltip is placed at the left of the cursor, with cursor hotspot aligned with the bottom side of the tooltip. |
LeftAlignCenter | The tooltip is placed at the left of the cursor, with cursor hotspot aligned with the Y center of the tooltip. |
LeftAlignTop | The tooltip is placed at the left of the cursor, with cursor hotspot aligned with the top side of the tooltip. |
RightAlignBottom | The tooltip is placed at the right side of the cursor, with cursor hotspot aligned with the bottom side of the tooltip. |
RightAlignCenter | The tooltip is placed at the right side of the cursor, with cursor hotspot aligned with the Y center of the tooltip. |
RightAlignTop | The tooltip is placed at the right side of the cursor, with cursor hotspot aligned with the top side of the tooltip. |
TopAlignCenter | The tooltip is placed at the top of the cursor, with cursor hotspot aligned with the X center of the tooltip. |
TopAlignLeft | The tooltip is placed at the top of the cursor, with cursor hotspot aligned to the left side of the tooltip. |
TopAlignRight | The tooltip is placed at the top of the cursor, with cursor hotspot aligned to the right side of the tooltip. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENTooltipPosition
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)