Enumeration
StrokeCornerAdjustment
The automatic adjustment to make to the pattern of a dashed or dotted stroke to cover corner points in a path.
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 = 1162113896 | readonly | Changes the length of dashes so that dashes always occur at path ends and corners; maintains set gap length. Note: Can cause dashes to be different lengths on shapes whose sides are of different lengths, such as rectangles. | |
| Number = 1148405616 | readonly | Adjusts both dashes and gaps to cover corners and end points. Note: Causes dash and gap sizes to be consistent on all sides of the shape. | |
| Number = 1164406899 | readonly | Changes the length of gaps so that dashes or dots always occur at ends and corners; maintains dash length or dot diameter. Note: Can cause gaps to be different lengths on shapes whose sides are of different lengths, such as rectangles. | |
| Number = 1852796517 | readonly | No adjustment. |
Object of 36
Properties elsewhere that hold an StrokeCornerAdjustment value.
Button.strokeCornerAdjustmentChangeObjectPreference.strokeCornerAdjustmentCheckBox.strokeCornerAdjustmentComboBox.strokeCornerAdjustmentDashedStrokeStyle.strokeCornerAdjustmentDottedStrokeStyle.strokeCornerAdjustmentEPS.strokeCornerAdjustmentEPSText.strokeCornerAdjustmentEndnoteTextFrame.strokeCornerAdjustmentFindObjectPreference.strokeCornerAdjustmentFlexObject.strokeCornerAdjustmentFormField.strokeCornerAdjustmentGraphic.strokeCornerAdjustmentGraphicLine.strokeCornerAdjustmentGroup.strokeCornerAdjustmentHtmlItem.strokeCornerAdjustmentImage.strokeCornerAdjustmentImportedPage.strokeCornerAdjustmentListBox.strokeCornerAdjustmentMediaItem.strokeCornerAdjustmentMovie.strokeCornerAdjustmentMultiStateObject.strokeCornerAdjustmentOval.strokeCornerAdjustmentPDF.strokeCornerAdjustmentPICT.strokeCornerAdjustmentPageItem.strokeCornerAdjustmentPolygon.strokeCornerAdjustmentRadioButton.strokeCornerAdjustmentRectangle.strokeCornerAdjustmentSVG.strokeCornerAdjustmentSignatureField.strokeCornerAdjustmentSound.strokeCornerAdjustmentSplineItem.strokeCornerAdjustmentTextBox.strokeCornerAdjustmentTextFrame.strokeCornerAdjustmentWMF.strokeCornerAdjustment