Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRectF.BottomLeft Property

Specifies the bottom-left corner’s coordinates.

#Declaration

Delphi
property BottomLeft: TdxPointF read; write;

#Property Value

Type
TdxPointF

#Remarks

You can use this property to move the rectangle’s bottom-left corner horizontally and/or vertically. The Width and/or Height property values update automatically according to the new Bottom and/or Left field values every time the BottomLeft property value changes.

Use the Location property to move all the rectangle’s corners simultaneously.

See Also