FMX.Types.TControlSize.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read GetHeight write SetHeight stored StoreWidthHeight nodefault;

C++

__property float Height = {read=GetHeight, write=SetHeight, stored=StoreWidthHeight};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControlSize

Description

Describes the height of a TControlSize.

Use this property to set or get the height for a TControlSize.

See Also