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

TdxSpreadSheetContainerCustomizationDialogForm.CropMargins Property

Specifies crop margins for the target picture container of the “Customize Object“ dialog.

#Declaration

Delphi
property CropMargins: TRect read; write;

#Property Value

Type
TRect

#Remarks

The CropMargins.Left, CropMargins.Top, CropMargins.Right, and CropMargins.Bottom properties are synchronized with the Left, Top, Right, and Bottom spin editors of the “Crop From” group at the Size page. The “Customize Object” dialog uses the CropMargins property to update the Picture.CropMargins property of a target picture container.

See Also