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