PopupArrow.FacingDirection
From Xojo Documentation
Property (As PopupArrow.FacingDirections )
aPopupArrow.FacingDirection = newPopupArrow.FacingDirectionsValue
or
PopupArrow.FacingDirectionsValue = aPopupArrow.FacingDirection
New in 2019r2
Supported for all project types and targets.
or
PopupArrow.FacingDirectionsValue = aPopupArrow.FacingDirection
New in 2019r2
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 PopupArrow:
PopupArrow1.FacingDirection = PopupArrow.FacingDirections.SmallEast