FMX.Layouts.TFlowLayoutRules
Delphi
TFlowLayoutRules = record
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
Record that stores the rules followed by TFlowLayout.
| Field | Meaning | 
|---|---|
| 
 
  | 
 Specifies the justification of all but the last line. If there is only one line, it has no effect.  | 
| 
 
  | 
 Specifies the justification of the last line. If there is only one line, it has effect.  | 
| 
 
  | 
 Specifies the direction in which the controls are arranged.  | 
| 
 
  | 
 Specifies the minimum distance between two adjacent controls.  | 
| 
 
  | 
 Specifies the minimum vertical distance between two adjacent lines.  |