FMX.Layouts.TFlowLayout.VerticalGap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VerticalGap : Single read FRules.VerticalGap write SetVGap;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayout

Description

Specifies the minimum distance between two adjacent lines of a TFlowLayout.

If the VerticalGap has a negative value, the lines are overlapped.

Gap Result

Positive Gap

Positive VGap.png

Negative Gap

Negative VGap.png

See Also