PopupArrow.Facing
From Xojo Documentation
This item was deprecated in version 2019r2. Please use PopupArrow.FacingDirection as a replacement. |
Property (As Integer )
aPopupArrow.Facing = newIntegerValue
or
IntegerValue = aPopupArrow.Facing
Supported for all project types and targets.
or
IntegerValue = aPopupArrow.Facing
Supported for all project types and targets.
Controls the direction and size of the PopupArrow.
Notes
The following are acceptable values:
Value | Description |
---|---|
0 | East |
1 | West |
2 | North |
3 | South |
4 | Small East |
5 | Small West |
6 | Small North |
7 | Small South |
Example
The following line of code changes the size and direction of a PopupArrow:
PopupArrow1.Facing = 3