'Declaration Public Enum PopoverPosition Inherits System.Enum
public enum PopoverPosition : System.Enum
Member | Description |
---|---|
Auto | Lets the Popover choose a position depending on available space with the following priority balanced > end > start |
Balanced | The Popover is positioned in the middle according to the target element |
End | The Popover is positioned in the end according to the target element |
Start | The Popover is positioned in the start according to the target element |
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
View on GitHub