FMX.Types3D.TPosition3D.DefaultValue

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

Delphi

property DefaultValue: TPoint3D read FDefaultValue write FDefaultValue;

C++

__property System::Math::Vectors::TPoint3D DefaultValue = {read=FDefaultValue, write=FDefaultValue};

プロパティ

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


説明

この 3D 位置のデフォルト値を表します。


DefaultValue は、この 3D 位置のデフォルト値を表します。これは、TPosition3D オブジェクトをインスタンス化するときに設定されます。

関連項目