FMX.Types.IAlignableObject.Height

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

Delphi

property Height: single read GetHeight;

C++

__property float Height = {read=GetHeight};

プロパティ

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


説明

オブジェクトの垂直方向のサイズを示します(ピクセルで)。

GetHeight 関数を実装すると、Height プロパティの値を取得できるようになります。

関連項目