TdxLayoutImageItem.Image Property
Specifies the image for display within the image layout item.
Declaration
property Image: TdxSmartGlyph read; write;
Property Value
Type |
---|
TdxSmartGlyph |
Remarks
Assigning an image to this property automatically stretches the image layout item so that it entirely displays the image. Reducing the layout item’s size, compresses the image to fit the layout item, maintaining the aspect ratio (see the ifmFit option description for details).
Use the CaptionOptions.Layout property to specify how the image is positioned relative to the item’s caption region.
See Also