Skip to main content

TdxSpreadSheetContainerCustomizationDialogForm.CropMargins Property

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

Declaration

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