FMX.Types.IAlignableObject.AnchorRules

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnchorRules: TPointF read GetAnchorRules;

C++

__property System::Types::TPointF AnchorRules = {read=GetAnchorRules};

Properties

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

Description

Specifies the precalculated values whose meanings differ depending on anchor settings.

Implement the GetAnchorRules function to get the value of AnchorRules.

See Also