strokeWidth

書式

pathItemObject.strokeWidth

説明

PathItem(パス)の線幅をptで示します。値は単位なしの数値になります。読み書き可能です。
var pItem=app.activeDocument.pathItems[0];
alert(pItem.strokeWidth);

目次に戻る