FMX.Layouts.TFlowLayout.VerticalGap
Delphi
property VerticalGap : Single read FRules.VerticalGap write SetVGap;
C++
__property float VerticalGap = {read=FRules.VerticalGap, write=SetVGap};
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| property | published | FMX.Layouts.pas FMX.Layouts.hpp | FMX.Layouts | TFlowLayout | 
Description
Spécifie la distance minimale entre deux lignes adjacentes d'un TFlowLayout.
Si VerticalGap a une valeur négative, les lignes sont superposées.
| Intervalle | Résultat | 
|---|---|
| Intervalle positif | |
| Intervalle négatif | 

