FMX.Layouts.TFlowLayout.JustifyLastLine

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property JustifyLastLine : TFlowJustify read FRules.JustifyLast write SetJustifyLast;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayout


説明

TFlowLayout の最後の行の配置を示します。

1 行しかなかった場合、Justify による効果は特になく、その行が最後の行として扱われ、JustifyLastLine に従って整列されます。

関連項目