FMX.Layouts.TFlowLayout.JustifyLastLine

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property JustifyLastLine : TFlowJustify read FRules.JustifyLast write SetJustifyLast;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayout


Beschreibung

Gibt die Ausrichtung der letzten Zeile eines TFlowLayout-Objekts an.

Wenn eine einzige Zeile vorhanden ist, hat Justify keine Wirkung. Diese Zeile wird als letzte Zeile behandelt und entsprechend der Eigenschaft JustifyLastLine ausgerichtet.

Siehe auch