Vcl.Samples.DirOutln.TDirectoryOutline.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight;

C++

__property ItemHeight;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

Description

Specifies the height of each node in the outline.

Vcl.Samples.DirOutln.TDirectoryOutline.ItemHeight inherits from Vcl.Outline.TCustomOutline.ItemHeight. All content below this line refers to Vcl.Outline.TCustomOutline.ItemHeight.

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