FMX.Layouts.TGridLayout.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight: Single read FItemHeight write SetItemHeight;

C++

__property float ItemHeight = {read=FItemHeight, write=SetItemHeight};

Properties

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

Description

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

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


See Also