FMX.Layouts.TFlowLayout.HorizontalGap

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

Delphi

property HorizontalGap : Single read FRules.HorizontalGap write SetHGap;

C++

__property float HorizontalGap = {read=FRules.HorizontalGap, write=SetHGap};

プロパティ

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


説明

TFlowLayout の隣り合わせの 2 つの子コントロール間の最短距離を示します。

HorizontalGap が負の値の場合、子コントロールは FlowDirection プロパティで指定された方向に従って重なっていきます。

間隔と方向 結果

正の間隔

Positive Gap.png

負の間隔、方向=LeftToRight

Negative Gap LtR.png

負の間隔、方向=RightToLeft

Negative Gap RtL.png

関連項目