TcxRect.BottomRight Property
In This Article
Specifies the position of the rectangle’s bottom-right corner.
#Declaration
Delphi
property BottomRight: TPoint index 3 read; write;
#Property Value
Type |
---|
TPoint |
#Remarks
This property is mapped to the BottomRight field, accessible via the Rect property.
See Also