topLeftCornerRadius

書式

pageItem.topLeftCornerRadius

説明

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

目次に戻る