Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxMargin Properties
Show Inherited Hide Inherited

Stores pixel margins of a visual element.
Name Description
All Specifies all offsets, in pixels. Inherited from TcxOffsets.
Bottom Specifies the vertical offset of the rectangle’s right-bottom corner or the bottom margin, in pixels. Inherited from TcxRectBasedGeometryObject.
Height Specifies the total height of vertical offsets, in pixels. Inherited from TcxOffsets.
Left Specifies the horizontal offset of the rectangle’s left-top corner or the left margin, in pixels. Inherited from TcxRectBasedGeometryObject.
Margin This property is deprecated. Use the Value property instead.
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. Inherited from TcxRectBasedGeometryObject.
Top Specifies the vertical offset of the rectangle’s left-top corner or the top margin, in pixels. Inherited from TcxRectBasedGeometryObject.
Value Specifies geometry information as a TRect value. Inherited from TcxRectBasedGeometryObject.
Width Specifies the total width of horizontal offsets, in pixels. Inherited from TcxOffsets.
See Also