FMX.Objects.TShape.ShapeRect
Delphi
property ShapeRect: TRectF read GetShapeRect;
C++
__property System::Types::TRectF ShapeRect = {read=GetShapeRect};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.Objects.pas FMX.Objects.hpp  | 
        FMX.Objects | TShape | 
Description
Specifies the rectangle for drawing the shape.
The coordinates of the upper-left corner of the rectangle are (0,0), and the coordinates of the lower-right corner are (Width, Height).