FMX.Layouts.TScaledLayout.OriginalHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OriginalHeight: Single read FOriginalHeight write SetOriginalHeight;

C++

__property float OriginalHeight = {read=FOriginalHeight, write=SetOriginalHeight};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScaledLayout

Description

Specifies the original height of the scaled layout control. The original height represents the unscaled Y dimension of the scaled layout control.


See Also