miterLimit

書式

ovalObject.miterLimit

説明

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

目次に戻る