Vcl.ComCtrls.THeaderSection.Alignment
Delphi
property Alignment: TAlignment read FAlignment write SetAlignment default taLeftJustify;
C++
__property System::Classes::TAlignment Alignment = {read=FAlignment, write=SetAlignment, default=0};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | THeaderSection |
説明
ヘッダーセクション内でどのようにテキストを揃えるかを指定します。
Alignment を使用すると,ヘッダーセクションのテキストを左揃え,右揃え,または中央揃えのいずれかに指定できます。
以下に,Alignment で使用できる値を示します。
| 値 | 意味 |
|---|---|
|
taLeftJustify |
ヘッダーセクションの左側にテキストを揃える |
|
taCenter |
ヘッダーセクションの中央にテキストを揃える |
|
taRightJustify |
ヘッダーセクション右側にテキストを揃える |