TcxRect Properties
Stores the area (bounding rectangle) of a visual element.
Name | Description |
---|---|
Bottom |
Specifies the vertical offset of the rectangle’s right-bottom corner or the bottom margin, in pixels.
Inherited from Tcx |
Bottom |
Specifies the position of the rectangle’s bottom-left corner. |
Bottom |
Specifies the position of the rectangle’s bottom-right corner. |
Height |
Specifies the rectangle’s height, in pixels.
Inherited from Tcx |
Left |
Specifies the horizontal offset of the rectangle’s left-top corner or the left margin, in pixels.
Inherited from Tcx |
Owner protected |
Provides access to the persistent object to which the current property set or persistent information container belongs.
Inherited from Tcx |
Rect | This property is deprecated. Use the Value property instead. |
Right |
Specifies the horizontal offset of the rectangle’s right-bottom corner or the right margin, in pixels.
Inherited from Tcx |
Top |
Specifies the vertical offset of the rectangle’s left-top corner or the top margin, in pixels.
Inherited from Tcx |
Top |
Specifies the position of the rectangle’s top-left corner. |
Top |
Specifies the position of the rectangle’s top-right corner. |
Value |
Specifies geometry information as a TRect value.
Inherited from Tcx |
Width |
Specifies the rectangle’s width, in pixels.
Inherited from Tcx |
See Also