FMX.Layouts.TFlowLayout.VerticalGap

提供:RAD Studio API Documentation

Delphi

property VerticalGap : Single read FRules.VerticalGap write SetVGap;

C++

__property float VerticalGap = {read=FRules.VerticalGap, write=SetVGap};

プロパティ

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


説明

TFlowLayout の隣り合わせの 2 つの行間の最短距離を示します。

VerticalGap が負の値だった場合、行は重なります。

間隔 結果

正の間隔

負の間隔

関連項目