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

TdxSpreadSheetPictureContainer.Picture Property

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

#Declaration

Delphi
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