FMX.ListView.Appearances.TCommonObjectAppearance.InternalHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InternalHeight: Single read FInternalHeight write SetInternalHeight;

C++

__property float InternalHeight = {read=FInternalHeight, write=SetInternalHeight};

Properties

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

Description

Fallback height of the object appearance in pixels, used when FMX.ListView.Appearances.TCommonObjectAppearance.Height is 0.

See Also