FMX.Types.IAlignableObject.OriginalParentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OriginalParentSize: TPointF read GetOriginalParentSize;

C++

__property System::Types::TPointF OriginalParentSize = {read=GetOriginalParentSize};

Properties

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

Description

Specifies the size of the current control's parent as a point.

Implement the GetOriginalParentSize function to get the value of Anchors.

See Also