FMX.Layouts.TGridLayout.ItemWidth

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ItemWidth: Single read FItemWidth write SetItemWidth;

C++

__property float ItemWidth = {read=FItemWidth, write=SetItemWidth};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TGridLayout

Description

Spécifie la largeur de chaque cellule contenant un élément dans un contrôle de disposition de la grille.

Utilisez ItemWidth en combinaison avec ItemHeight pour changer les proportions des objets graphiques qui font partie de la disposition de cette grille.

Voir aussi