FMX.Types3D.TPosition3D.DefaultValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultValue: TPoint3D read FDefaultValue write FDefaultValue;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D

Description

Represents the default value for this 3D position.

DefaultValue represents the default value for this 3D position, which is set when instantiating the TPosition3D object.

See Also