separationLeader

CS4

記述

app.project.item(index).layer(index).propertySpec.separationLeader

概要

次元に分割された後の値(separated follower)の、分割前の多次元のプロパティ。例えば「Y位置」でのこのアトリビュートの値はPosition propertyになります。「次元に分割」される前の多次元のプロパティが「separation leader」と呼ばれます。分割後の単次元のプロパティが「separation followers」と呼ばれます。

タイプ

Property object - 読み込み専用

サンプル

alert(app.project.item(1).layer(1).transform.xPosition.separationLeader.name)