FMX.Layouts.TGridLayout.ItemWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemWidth: Single read FItemWidth write SetItemWidth;

C++

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

Properties

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

Description

Specifies the width of each cell that holds an item in a grid layout control.

Use ItemWidth in combination with ItemHeight in order to change the aspect ratio of the graphical objects that are part of this grid layout.

See Also