FMX.Layouts.TFlowLayout.VerticalGap

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Positive VGap.png

Intervalle négatif

Negative VGap.png

Voir aussi