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;
};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
record struct |
public | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | FMX.Layouts |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !