FMX.Types3D.TBoundingBox.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read GetWidth write SetWidth;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TBoundingBox

Description

Width property of the TBoundingBox.

When the Width value is changed, the Right value is modified, leaving the Left value unchanged.

Note: Before modifying the Width value, you must ensure that Left is a valid floating-point value.

See Also