length
書式
gradientStops.length
説明
グラデーションのストップポイントの総数を示します。
var n=app.activeDocument.gradients[0].gradientStops.length; alert(n);
目次に戻る