FMX.Controls3D.TControl3D.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read FWidth write SetWidth;

C++

__property float Width = {read=FWidth, write=SetWidth};

Properties

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

Description

Specifies the width of the 3D control.

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

See Also