Enumeration
AlignOptions
Options for aligning objects.
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 = 1114916196 | readonly | Align the bottom edges of the objects. | |
| Number = 1215257187 | readonly | Align the horizontal centers of the objects. | |
| Number = 1281770852 | readonly | Align the left edges of the objects. | |
| Number = 1383351652 | readonly | Align the right edges of the objects. | |
| Number = 1416643940 | readonly | Align the top edges of the objects. | |
| Number = 1449481315 | readonly | Align the vertical centers of the objects. |
Parameter of 1
Method parameters that accept an AlignOptions value.