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

TCustomdxGraphicReportLink.Stretch Property

Specifies whether the image in a report is changed so that it exactly fits the bounds of the image control containing it.

#Declaration

Delphi
property Stretch: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set the Stretch property to True to have the image resize itself to match the size of its image control. When the image control resizes, the image resizes also. The Stretch property resizes the height and width of the image independently of each other. Thus, unlike a simple change in magnification such as occurs using the Proportional property (the ratios are maintained), Stretch can distort the image if the image control is not the same shape as the image (as the ratios may not be maintained).

The default value of the Stretch property is False.

See Also