Skip to main content

TdxWizardControlImage.Stretch Property

Specifies how the image provided via the Image property fills the area of the UI element associated with the TdxWizardControlImage object.

Declaration

property Stretch: TdxSkinStretchMode read; write; default smStretch;

Property Value

Type Default
TdxSkinStretchMode smStretch

Remarks

Options include:

Value

Description

smNoResize

No image sizing. Large images (images that do not fit the area) will be partially displayed.

The image boundaries specified via the Margins property are ignored.

smStretch

An image is stretched or compressed to fill the entire area, without maintaining the aspect ratio. The image may become disproportional.

This option applies both to the image boundaries and central section.

smTile

Large images (images that do not fit the area) will be partially displayed. Small images will be tiled.

This option applies both to the image boundaries and central section.

The default value of the Stretch property is smStretch.

See Also