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