bottomRightCornerRadius

書式

rectangleObject.bottomRightCornerRadius

説明

右下の角の効果の半径を示します。1.25mmなら1.25のように単位なしの値になります。
var r=app.activeDocument.rectangles;
alert(r[0].bottomRightCornerRadius);

目次に戻る