FMX.StdCtrls.TPresentedTextControl.VertTextAlign

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

Delphi

property VertTextAlign: TTextAlign read GetVertTextAlign write SetVertTextAlign default TTextAlign.Center;

C++

__property Fmx::Types::TTextAlign VertTextAlign = {read=GetVertTextAlign, write=SetVertTextAlign, default=0};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl


説明

このコントロールのテキストに対して、垂直に整列するよう指定します。

このプロパティは、TTextAlign 列挙型の値を取ることができます。

関連項目