FMX.Controls3D.TControl3D.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read FHeight write SetHeight;

C++

__property float Height = {read=FHeight, write=SetHeight};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Specifies the height of the 3D control. Use Height to set or obtain the height of the 3D control.

See Also