Click or drag to resize

PopoverPositions Enumeration

Valid positions for a Popover.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
[FlagsAttribute]
public enum PopoverPositions
Members
  Member nameValueDescription
None0No position specified.
Auto1Dynamically reorient the popover.
Top2Position popover above.
Right4Position popover to the right.
Bottom8Position popover below.
Left16Position popover to the right.
See Also