FMX.Layouts.TFlowLayout.JustifyLastLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property JustifyLastLine : TFlowJustify read FRules.JustifyLast write SetJustifyLast;

C++

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

Properties

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

Description

Specifies the justification of the last line of a TFlowLayout.

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

See Also