API:Vcl.Outline.TOutline.ItemHeight

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

Delphi

property ItemHeight: Integer read FItemHeight write SetItemHeight;

C++

__property ItemHeight;

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutline

説明

ItemHeight プロパティはアウトラインの各ノードの高さを指定します。

Vcl.Outline.TOutline.ItemHeight は Vcl.Outline.TCustomOutline.ItemHeight を継承しています。以下の内容はすべて Vcl.Outline.TCustomOutline.ItemHeight を参照しています。

ItemHeight プロパティはアウトラインの各ノードの高さを指定します。

ItemHeight プロパティをアウトラインの各ノードの高さ(ピクセル単位)に設定します。ItemHeight プロパティを変更すると,ノードを表示用のフォントも変更されます。

関連項目