TdxRectF.TopRight Property
In This Article
Specifies the top-right corner’s coordinates.
#Declaration
Delphi
property TopRight: TdxPointF read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
You can use this property to move the rectangle’s top-right corner horizontally and/or vertically. The Width and/or Height property values update automatically according to the new Top and/or Right field values every time the TopRight property value changes.
Use the Location property to move all the rectangle’s corners simultaneously.
See Also