TdxCustomLayoutControl.ContentBounds Property
In This Article
Returns the bounding rectangle of the layout control’s client area, in layout control coordinates.
#Declaration
Delphi
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