TcxRect.TopLeft Property
Specifies the position of the rectangle’s top-left corner.
Declaration
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