テキストフィールドの文字の位置揃えを指定する

説明

テキストフィールドに表示される文字の位置揃えを指定するには以下の文字列を指定します。

left 左揃え
center 中揃え
right 右揃え

サンプル [実行する]

fObj = this.getField("Text1");
fObj.alignment = "right";