Skip to main content

TdxSpreadSheetPictureContainer.Picture Property

Specifies the floating picture container’s picture-specific settings.

Declaration

property Picture: TdxSpreadSheetPicture read; write;

Property Value

Type
TdxSpreadSheetPicture

Remarks

Use this property to assign a source image to the picture container object and customize its settings. The picture object contains both the loaded bitmap image (Picture.Image) and positioning settings (Picture.CropMargins).

For additional information on the container’s source image and its accompanying settings, refer to the TdxSpreadSheetPicture class description.

See Also