TdxCustomLayoutControl.ContentBounds Property
Returns the bounding rectangle of the layout control’s client area, in layout control coordinates.
Declaration
property ContentBounds: TRect read;
Property Value
Type |
---|
TRect |
Remarks
To obtain the control client area’s height and width, use the OccupiedClientHeight and OccupiedClientWidth properties.
See Also