FMX.ScrollBox.TScrollContentSize.Height

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

Delphi

property Height: Single read FHeight write SetHeight stored StoreWidthHeight;

C++

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

プロパティ

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


説明

コンテンツの高さです。

このプロパティは、IsReadOnly プロパティの値が True の場合に、読み取り専用となります。 「SetSizeWithoutChecks」も参照してください。

関連項目