FMX.ListView.Appearances.TGlyphButtonObjectAppearance.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read FHeight write SetHeight stored IsHeightStored;

C++

__property Height = {stored=IsHeightStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TGlyphButtonObjectAppearance

Description

User-defined height of the object appearance in pixels.

FMX.ListView.Appearances.TGlyphButtonObjectAppearance.Height inherits from FMX.ListView.Appearances.TCommonObjectAppearance.Height. All content below this line refers to FMX.ListView.Appearances.TCommonObjectAppearance.Height.

User-defined height of the object appearance in pixels.

See Also