DesktopPopupArrow.FacingDirection

From Xojo Documentation

aDesktopPopupArrow.FacingDirection = newDesktopPopupArrow.FacingDirectionsValue
or
DesktopPopupArrow.FacingDirectionsValue = aDesktopPopupArrow.FacingDirection

New in 2021r3

Supported for all project types and targets.

Controls the direction and size of the PopupArrow.

Example

The following line of code changes the size and direction of a DesktopPopupArrow:

PopupArrow1.FacingDirection = PopupArrow.FacingDirections.SmallEast