FMX.Types.IAlignableObject.AnchorOrigin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnchorOrigin: TPointF read GetAnchorOrigin;

C++

__property System::Types::TPointF AnchorOrigin = {read=GetAnchorOrigin};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IAlignableObject

Description

Specifies the point to which the current object is anchored.

Implement the GetAnchorOrigin function to get the value of AnchorOrigin.

See Also