FMX.Layouts.TGridLayout.ItemWidth

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

Delphi

property ItemWidth: Single read FItemWidth write SetItemWidth;

C++

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

プロパティ

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

説明

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

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

関連項目