FMX.Layouts.TScaledLayout.OriginalWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OriginalWidth: Single read FOriginalWidth write SetOriginalWidth;

C++

__property float OriginalWidth = {read=FOriginalWidth, write=SetOriginalWidth};

Properties

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

Description

Specifies the original width of the scaled layout control. The original width represents the unscaled X dimension of the scaled layout control.


See Also