FMX.Objects3D.TCube.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read FWidth write SetWidth default 0;

C++

__property Width = {default=0};

Properties

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

Description


Specifies the width of the 3D control.

FMX.Objects3D.TCube.Width inherits from FMX.Controls3D.TControl3D.Width. All content below this line refers to FMX.Controls3D.TControl3D.Width.

Specifies the width of the 3D control.

Use Width to read or change the width of the control.

See Also