FMX.Types.IContainerObject.ContainerHeight

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

Delphi

property ContainerHeight: single read GetContainerHeight;

C++

__property float ContainerHeight = {read=GetContainerHeight};

プロパティ

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

説明

オブジェクトのコンテナの高さを示します。

取得関数 GetContainerHeight を実装すると、オブジェクトのコンテナの高さを取得することができます。

関連項目