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

Specifies how the image in a report is positioned within the image control.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Use the Center property to specify how the image in a report is positioned within the image control when it does not perfectly fit the control. Set the Center property to True to center the image in the control. Otherwise, the upper left corner of the image will be positioned at the upper left corner of the control.

The default value of the Center property is False.

See Also