strokeColor

書式

rectangleObject.strokeColor

説明

線の色を示します。
var r=app.activeDocument.rectangles;
alert(r[0].strokeColor);

目次に戻る