FMX.ScrollBox.TScrollContentSize.Width

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

Delphi

property Width: Single read FWidth write SetWidth stored StoreWidthHeight;

C++

__property float Width = {read=FWidth, write=SetWidth, stored=StoreWidthHeight};

プロパティ

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


説明

コンテンツの幅です。

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

関連項目