FMX.Controls.TStyledControl.AdjustSizeValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AdjustSizeValue: TSizeF read GetAdjustSizeValue;

C++

__property System::Types::TSizeF AdjustSizeValue = {read=GetAdjustSizeValue};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyledControl

Description

Updates the width and height of this control according to its current style.

See Also