bottomRightCornerRadius

書式

pageItem.bottomRightCornerRadius

説明

オブジェクトの右下の角の効果の半径を示します。
var p=app.activeDocument.pageItems;
alert(p[0].bottomRightCornerRadius);

目次に戻る