FMX.Layouts.TFlowLayout.Justify
Delphi
property Justify : TFlowJustify read FRules.Justify write SetJustify;
C++
__property TFlowJustify Justify = {read=FRules.Justify, write=SetJustify, nodefault};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | published | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TFlowLayout |
Description
Spécifie la justification de toutes les lignes dans TFlowLayout, à l'exception de la dernière ligne.
Dans le cas d'une seule ligne, Justify est sans effet, la ligne est traitée comme une dernière ligne, et est alignée selon JustifyLastLine.