FMX.ListView.Appearances.TObjectAppearance.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read GetHeight;

C++

__property int Height = {read=GetHeight, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TObjectAppearance

Description

Height of the object appearance in pixels.

See Also