FMX.Types.IAlignableObject.AnchorOrigin
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.