Skip to main content

TdxWizardControlImage.Image Property

Specifies the image filling the background of the wizard control UI element.

Declaration

property Image: TdxSmartGlyph read; write;

Property Value

Type
TdxSmartGlyph

Remarks

Use the Stretch and Margins properties to specify how the assigned image fills the UI element’s background. The Height and Width properties return the image’s dimensions. Refer to the TdxSmartGlyph class description for detailed information on DPI-aware Smart Glyph containers.

See Also