BubblePopoverViewArrowOrientation

Description

The BubblePopoverViewArrowOrientation enumeration is used to determine position of arrow relative to popup window.

Used by the following property:

Available Values

Value Brief description
PopoverArrowBottom In the middle of the window bottom border.
PopoverArrowLeftBottom In the left bottom window corner.
PopoverArrowLeftCenter In the middle of the window left border.
PopoverArrowLeftTop IN the window left corner.
PopoverArrowRightBottom In the right bottom window corner.
PopoverArrowRightCenter In the middle of window right border.
PopoverArrowRightTop In the right top window corner.
PopoverArrowTop In the middle of window top border.

See also:

Working with Common Enumerations