strokeDashOffset

書式

pathItemObject.strokeDashOffset

説明

PathItem(パス)の点線のオフセットを示します。
var pItem=app.activeDocument.pathItems[0];
alert(pItem.strokeDashOffset);

目次に戻る