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.RelativeResize Property

Specifies if an end-user is able to change the picture container’s image-derived aspect ratio by using the corner sizing handles.

#Declaration

Delphi
property RelativeResize: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Use this property to limit an end-user’s ability to resize the picture container by dragging its corner sizing handles. If the RelativeResize property is set to True, the crNoChangeAspectUsingCornerHandles flag is added to the list of container customization restrictions. Otherwise, an end-user can independently change both container dimensions by dragging one of its sizing handles.

The RelativeResize property corresponds to the Lock aspect ratio checkbox within the Customize Object dialog window’s Size tab.

Note

With the RelativeResize property set to True, an end-user is still able to change the picture container’s aspect ratio by dragging a left, top, right, or bottom sizing handle.

See Also