FMX.Types.TControlSize.Height

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

Delphi

property Height: Single read GetHeight write SetHeight stored StoreWidthHeight;

C++

__property float Height = {read=GetHeight, write=SetHeight, stored=StoreWidthHeight};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControlSize


説明

TControlSize の高さを表します。

このプロパティを使用すると、TControlSize の高さを設定または取得することができます。

関連項目