API:FMX.Layouts.TFlowLayoutRules
Delphi
TFlowLayoutRules = record
Justify: TFlowJustify;
JustifyLast: TFlowJustify;
Direction: TFlowDirection;
HorizontalGap: Single;
VerticalGap: Single;
end;
C++
struct DECLSPEC_DRECORD TFlowLayoutRules
{
public:
TFlowJustify Justify;
TFlowJustify JustifyLast;
TFlowDirection Direction;
float HorizontalGap;
float VerticalGap;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | FMX.Layouts |
Description
Embarcadero Technologies does not currently have any additional information.