FMX.Types3D.TPosition3D.X

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property X: Single read FX write SetX stored IsXStored nodefault;

C++

__property float X = {read=FX, write=SetX, stored=IsXStored};

Properties

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

Description

Represents the X component of this 3D position.

Modifying the X property triggers an OnChangeX event, if there is one assigned. If there is no OnChangeX event assigned, an OnChange event is triggered.

See Also