位置固定レイアウト方法を使用して配置した場合のコンテナのアンカーポイントの位置を指定します。
構文Reference_Syntax.anchorType = "topLeft | topCenter | topRight | middleLeft | middleCenter | middleRight | bottomLeft | bottomCenter | bottomRight"
値
型
|
値
|
文字列
|
topLeft(デフォルト)
コンテナの左上隅。
コンテナの上境界線の中央。
コンテナの右上隅。
コンテナの左境界線の中央。
コンテナの中央。
コンテナの右境界線の中央。
コンテナの左下隅。
コンテナの下境界線の中央。
コンテナの右下隅。
|
JavaScriptTextField1.anchorType = "bottomRight";
FormCalcTextField1.anchorType = "bottomRight"
|
|
|