TdxRectF.Width Property
In This Article
Specifies the rectangle’s width.
#Declaration
Delphi
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