TdxRectF.Width Property
Specifies the rectangle’s width.
Declaration
property Width: Single read; write;
Property Value
Type |
---|
Single |
Remarks
Use the Width and Height properties to adjust the rectangle’s dimensions. The top-right and bottom-right corner positions update automatically according to the new Right field value every time the Width property value changes.
See Also