FMX.InertialMovement.TRectD.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Double read GetWidth write SetWidth;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TRectD

Description

Returns the Double width of the rectangle in logical units.

See Also