FMX.Layouts.TCustomScrollBox.ContentRect

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

Delphi

function ContentRect: TRectF;

C++

System::Types::TRectF __fastcall ContentRect();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

説明

スクロールする領域を定義する四角形を返します。結果の値は、TRectF 型です。

関連項目