FMX.Grid.TGridModel.EffectiveRowHeight

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

Delphi

property EffectiveRowHeight: Integer read GetEffectiveRowHeight;

C++

__property int EffectiveRowHeight = {read=GetEffectiveRowHeight, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel


説明

各行の実際の高さ(ピクセル)。

RowHeight が 0 の場合、行の高さはそのフォント サイズをベースに計算され、EffectiveRowHeight には、その計算の結果が格納されます。