topLeftCornerRadius
書式
pageItem
.topLeftCornerRadius
説明
オブジェクトの左上の角の効果の半径を示します。
?
1
2
var
p=app.activeDocument.pageItems;
alert(p[0].topLeftCornerRadius);
目次に戻る