FMX.Types.IContainerObject.ContainerWidth

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

Delphi

property ContainerWidth: single read GetContainerWidth;

C++

__property float ContainerWidth = {read=GetContainerWidth};

プロパティ

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

説明

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

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

関連項目