(レイヤー) clip.height,clipHeight 縦の長さを設定します


書式
document.layers[★].clip.height
  ★=レイヤー名文字列 または 参照番号
文例
a = document.layers[0].clip.height
a = document.layers["LayerHakusyon"].clip.height
document.layers["LayerHakusyon"].clip.height = 24
上位オブジェクト
layer
説明
クリッピングされたレイヤーの縦の長さを設定します。
関連
clip.bottom, clip.left, clip.right, clip.top, clip.width,clipWidth