FMX.Objects3D.TRectangle3D.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read FHeight write SetHeight default 0;

C++

__property Height = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TRectangle3D

Description


Specifies the height of the 3D control.

FMX.Objects3D.TRectangle3D.Height inherits from FMX.Controls3D.TControl3D.Height. All content below this line refers to FMX.Controls3D.TControl3D.Height.

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

See Also