Vcl.Outline.TCustomOutline.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight: Integer read FItemHeight write SetItemHeight;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Specifies the height of each node in the outline.

Set ItemHeight to the height, in pixels, of each node in the outline. Changing the ItemHeight property also changes the font used to display the nodes.

See Also