FMX.ListView.Appearances.TCommonObjectAppearance.InternalHeight

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InternalHeight: Single read FInternalHeight write SetInternalHeight;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCommonObjectAppearance


Beschreibung

Fallback-Höhe des Objekterscheinungsbildes in Pixel, wird verwendet, wenn FMX.ListView.Appearances.TCommonObjectAppearance.Height 0 ist.

Siehe auch