TcxRectBasedGeometryObject Properties
The base class for persistent classes that store geometry-related information as a TRect record.| Name | Description |
|---|---|
| Bottom | Specifies the vertical offset of the rectangle’s right-bottom corner or the bottom margin, in pixels. |
| Height | Specifies the rectangle’s height, in pixels. |
| Left | Specifies the horizontal offset of the rectangle’s left-top corner or the left margin, in pixels. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| Right | Specifies the horizontal offset of the rectangle’s right-bottom corner or the right margin, in pixels. |
| Top | Specifies the vertical offset of the rectangle’s left-top corner or the top margin, in pixels. |
| Value | Specifies geometry information as a TRect value. |
| Width | Specifies the rectangle’s width, in pixels. |
See Also