TCustomdxGraphicReportLink.Center Property
Specifies how the image in a report is positioned within the image control.
Declaration
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