FMX.Layouts.TFlowLayoutBreak.VerticalGap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VerticalGap: Single read FRules.VerticalGap write FRules.VerticalGap;

C++

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

Properties

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

Description

Specifies the minimum distance between two adjacent lines within a TFlowLayout, after a TFlowLayoutBreak.

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

This property has effect only if ChangesRules is set to True. With ChangesRules set to True, VerticalGap affects all the controls added to a TFlowLayout after a TFlowLayoutBreak, until all controls are displayed or another TFlowLayoutBreak is found.

See Also