gapColor

書式

rectangleObject.gapColor

説明

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

目次に戻る