region - 領域

コンテナ内のペインの位置を指定します。

カテゴリ

format

構文

region="top|bottom|leading|trailing|left|right|center"

使用法

設計モードで、[すべてのプロパティ] を クリックし、[format] の下で [region] を 探します。

以下の例は、境界線コンテナコントロールに含まれる 5 つの境界線ペインコントロールを示しています。
<xe:djBorderContainer id="djBorderContainer1" style="width:400px; height:200px;">
	<xe:djBorderPane id="djBorderPane1" region="top">top</xe:djBorderPane>
	<xe:djBorderPane id="djBorderPane2" region="center">center</xe:djBorderPane>
	<xe:djBorderPane id="djBorderPane3" region="bottom">bottom</xe:djBorderPane>
	<xe:djBorderPane id="djBorderPane4" region="left">left</xe:djBorderPane>
	<xe:djBorderPane id="djBorderPane5" region="right">right</xe:djBorderPane>
</xe:djBorderContainer>