Vcl.Forms.TTitleBar.CaptionAlignment

提供:RAD Studio API Documentation

Delphi

property CaptionAlignment: TAlignment read FCaptionAlignment write SetAlignment default taLeftJustify;

C++

__property System::Classes::TAlignment CaptionAlignment = {read=FCaptionAlignment, write=SetAlignment, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TTitleBar


説明

キャプションの位置揃えを設定します。

関連項目