Version

PopoverPosition Enumeration

Controls the position of the tooltip according to the target element.
Syntax
'Declaration
 
Public Enum PopoverPosition 
   Inherits System.Enum
public enum PopoverPosition : System.Enum 
Members
MemberDescription
AutoLets the Popover choose a position depending on available space with the following priority balanced > end > start
BalancedThe Popover is positioned in the middle according to the target element
EndThe Popover is positioned in the end according to the target element
StartThe Popover is positioned in the start according to the target element
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub