strokeColor

書式

graphicLineObject.strokeColor

説明

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

目次に戻る