FMX.Types.TPosition.Y

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Y: Single read FY write SetY stored IsYStored nodefault;

C++

__property float Y = {read=FY, write=SetY, stored=IsYStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TPosition

Description

Specifies the vertical coordinate of the object.

Use the Y property to receive or to set the vertical coordinate of the current TPosition object.

See Also


Code Examples