FMX.Layouts.TFlowLayout.Justify
Delphi
property Justify : TFlowJustify read FRules.Justify write SetJustify;
C++
__property TFlowJustify Justify = {read=FRules.Justify, write=SetJustify, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TFlowLayout |
Description
Specifies the justification of all the lines within TFlowLayout, except the last line.
If there is a single line, Justify has no effect, the line is treated as a last line, and is aligned according to JustifyLastLine.