FMX.Layouts.TFlowLayout.Justify

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Justify : TFlowJustify read FRules.Justify write SetJustify;

C++

__property TFlowJustify Justify = {read=FRules.Justify, write=SetJustify, nodefault};

Eigenschaften

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


Beschreibung

Gibt die Ausrichtung aller Zeilen in TFlowLayout außer der letzten 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