FMX.Layouts.TFlowLayout.JustifyLastLine

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property JustifyLastLine : TFlowJustify read FRules.JustifyLast write SetJustifyLast;

C++

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

Propriétés

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

Description

Spécifie la justification de la dernière ligne d'un TFlowLayout.

Dans le cas d'une seule ligne, Justify est sans effet, la ligne est traitée comme une dernière ligne, et est alignée selon JustifyLastLine.

Voir aussi