Skip to main content

TcxCustomViewInfoItem.BoundsRect Property

Represents an element’s bounding rectangle.

Declaration

property BoundsRect: TRect read;

Property Value

Type
TRect

Remarks

The BoundsRect property contains the bounding rectangle of an element.

This property is very useful while implementing custom draw of elements. It allows you to determine the element position within the control (BoundsRect.Top, BoundsRect.Left) and its size (BoundsRect.Bottom - BoundsRect.Top, BoundsRect.Right - BoundsRect.Left).

See Also