FMX.Layouts.TFlowLayout.SetVGap
Delphi
procedure SetVGap(AVGap : Single);
C++
void __fastcall SetVGap(float AVGap);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TFlowLayout |
Description
Setter function for the VerticalGap property. Value
specifies the new value of the VerticalGap property.