topLeftCornerRadius

書式

ovalObject.topLeftCornerRadius

説明

左上の角の効果の半径を示します。1.25mmなら1.25のように単位なしの値になります。
var o=app.activeDocument.ovals;
alert(o[0].topLeftCornerRadius);

目次に戻る