Vcl.ActnMan.TTextProperties.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.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TTextProperties

説明

リボン グループ上のアクション クライアント項目内のテキストの水平方向の位置を制御します。

Set Alignment を設定すると、アクション クライアント項目のテキストをリボン グループ上で揃える方法を指定できます。

関連項目