FMX.Layouts.TFlowLayout.SetVGap

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also