Enumeration
VerticalAlignment
The vertical alignment of an anchored object.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1651471469 | readonly | Place the anchored object at the bottom of the vertical reference point. | |
| Number = 1667591796 | readonly | Place the anchored object at the vertical center of the vertical reference point. | |
| Number = 1953460256 | readonly | Place the anchored object at the top of the vertical reference point. |
Object of 1
Properties elsewhere that hold an VerticalAlignment value.