バージョン

RelativeLocation 列挙体

コンテナーに対するターゲット要素の位置。
以下の整数メンバーが含まれています。
NotSet (-1)、TopLeft (0)、TopCenter (1)、TopRight (2)、TopInfront (3)、TopBehind (3)、MiddleLeft (8)、MiddleCenter (9)、MiddleRight (10)、MiddleInfront (11)、MiddleBehind (12)、BottomLeft (16)、BottomCenter (17)、BottomRight (18)、BottomInfront (19)、BottomBehind (20)、AboveLeft (32)、AboveCenter (33)、AboveRight (34)、AboveInfront (35)、AboveBehind (36)、BelowLeft (64)、BelowCenter (65)、BelowRight (66)、BelowInfront (67)、BelowBehind (68)
メンバ
メンバ解説
AboveBehindコンテナー後ろの上
AboveCenterコンテナー上中央
AboveInfrontコンテナー前の上
AboveLeftコンテナー左上
AboveRightコンテナー右上
BelowBehindコンテナー下の後ろ
BelowCenterコンテナー下中央
BelowInfrontコンテナー下の前
BelowLeftコンテナー左下
BelowRightコンテナー右下
BottomBehindコンテナー後ろの下
BottomCenter下中央
BottomInfrontコンテナー前の下
BottomLeft左下
BottomRight右下
MiddleBehindコンテナー後ろの中央
MiddleCenterコンテナー中央
MiddleInfrontコンテナー前の中央
MiddleLeftコンテナー中央の左側
MiddleRightコンテナー中央の右側
NotSet位置が設定されていないことを示します。
TopBehindコンテナー後ろ
TopCenter上中央
TopInfrontコンテナー前
TopLeftコンテナーに対して左上
TopRightコンテナーに対して右上
継承階層

Object
   Infragistics.Web.UI.RelativeLocation

参照