バージョン

RelativeContentLocation 列挙体

他については、コンテンツのひとつのピースの相対位置を決定します。
シンタックス
'宣言
 
Public Enum RelativeContentLocation 
   Inherits System.Enum
public enum RelativeContentLocation : System.Enum 
メンバ
メンバ解説
AboveContentCenterコンテンツを中央上
AboveContentLeftコンテンツを左上
AboveContentRightコンテンツを右上
AboveContentStretchコンテンツを上 - 同じ幅に引き延ばす
BelowContentCenterコンテンツを中央下
BelowContentLeftコンテンツを左下
BelowContentRightコンテンツを右下
BelowContentStretchコンテンツを下 - 同じ幅に引き延ばす
LeftOfContentBottomコンテンツの左を下
LeftOfContentMiddleコンテンツの左を中央
LeftOfContentStretchコンテンツの左 - 同じ高さで引き延ばす
LeftOfContentTopコンテンツ左を上
RightOfContentBottomコンテンツの右を下
RightOfContentMiddleコンテンツの右を中央
RightOfContentStretchコンテンツの右 - 同じ高さで引き延ばす
RightOfContentTopコンテンツの右を上
参照