miterLimit

書式

rectangleObject.miterLimit

説明

マイターリミット(角の比率)を示します。
var r=app.activeDocument.rectangles;
alert(r[0].miterLimit);

目次に戻る