Enumeration
StrokeOrderTypes
Options for displaying row and column strokes at corners.
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 = 1935828330 | readonly | Places row strokes in front of column strokes when row and column strokes are different colors; joins striped strokes and connects crossing points. | |
| Number = 1935896436 | readonly | Places column strokes in front of row strokes. | |
| Number = 1936286819 | readonly | Places row strokes in front when row and column strokes are different colors; joins striped strokes only at points where strokes cross in a T-shape. | |
| Number = 1936879476 | readonly | Places row strokes in front of column strokes. |
Object of 2
Properties elsewhere that hold an StrokeOrderTypes value.