FMX.Controls.TStyledControl.AdjustType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AdjustType: TAdjustType read GetAdjustType;

C++

__property Fmx::Types::TAdjustType AdjustType = {read=GetAdjustType, nodefault};

Properties

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

Description

Determines if and how the width and height of this control should be modified to take the fixed space dictated by the style of this control.

Use one of the values of TAdjustType.

See Also