FMX.Layouts.TFlowLayout.HorizontalGap

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property HorizontalGap : Single read FRules.HorizontalGap write SetHGap;

C++

__property float HorizontalGap = {read=FRules.HorizontalGap, write=SetHGap};

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 contrôles enfant adjacents d'un TFlowLayout.

Si HorizontalGap a une valeur négative, les contrôles enfant sont superposés selon la direction spécifiée par la propriété FlowDirection.

Intervalle et direction Résultat

Intervalle positif

Positive Gap.png

Intervalle négatif ; Direction = LeftToRight

Negative Gap LtR.png

Intervalle négatif ; Direction = RightToLeft

Negative Gap RtL.png

Voir aussi