FMX.Layouts.TFlowLayout.SetVGap

提供:RAD Studio API Documentation

Delphi

procedure SetVGap(AVGap : Single);

C++

void __fastcall SetVGap(float AVGap);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayout

説明

VerticalGap プロパティの設定関数です。ValueVerticalGap プロパティの新しい値を指定します。

関連項目