FMX.Controls3D.TControl3D.Depth

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

Delphi

property Depth: Single read FDepth write SetDepth;

C++

__property float Depth = {read=FDepth, write=SetDepth};

プロパティ

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

説明

コントロールの深さのサイズを示します(ピクセルで)。Depth を使用すると、コントロールの深さを設定および取得することができます。

関連項目