Vcl.Outline.TCustomOutline.ItemHeight

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

Delphi

property ItemHeight: Integer read FItemHeight write SetItemHeight;

C++

__property int ItemHeight = {read=FItemHeight, write=SetItemHeight, nodefault};

プロパティ

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

説明

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

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

関連項目