FMX.Layouts.TFlowLayout.FlowDirection

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

Delphi

property FlowDirection : TFlowDirection read FRules.Direction write SetFlowDirection;

C++

__property TFlowDirection FlowDirection = {read=FRules.Direction, write=SetFlowDirection, nodefault};

プロパティ

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


説明

TFlowLayout の行内でコントロールが整列される方向を示します。

コントロールが並べられる向きは、左から右と右から左のどちらにも設定できます。 向きを変更してもコントロールの行は変わりません。各行でのコントロールの順序が変わるだけです。

Result

LeftToRight

FdLeftToRight.png

RightToLeft

FdRightToLeft.png

関連項目