FMX.Layouts.TGridLayout.ItemHeight

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ItemHeight: Single read FItemHeight write SetItemHeight;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TGridLayout

説明

グリッド レイアウトのコントロールにおいて、項目を保持している各セルの高さを示します。

ItemHeightItemWidth を組み合わせて使用すると、このグリッド レイアウトの一部であるグラフィカル オブジェクトの縦横比を変更します。


関連項目