Vcl.ComCtrls.THeaderSection.Alignment

提供: RAD Studio API Documentation
移動先: 案内検索

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

ヘッダーセクション右側にテキストを揃える



関連項目