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