FMX.Layouts.TFlowLayoutBreak.JustifyLastLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property JustifyLastLine : TFlowJustify read FRules.JustifyLast write FRules.JustifyLast;

C++

__property TFlowJustify JustifyLastLine = {read=FRules.JustifyLast, write=FRules.JustifyLast, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayoutBreak

Description

Specifies the justification of the last line of a TFlowLayout, after a TFlowLayoutBreak.

If there is a single line, Justify has no effect, the line is treated as a last line, and is aligned according to JustifyLastLine.

This property has effect only if ChangesRules is set to True. With ChangesRules set to True, JustifyLastLine affects the last line of the controls added to a TFlowLayout after a TFlowLayoutBreak, or the last line of controls before another TFlowLayoutBreak.

See Also