vcl-dxcustomwizardcontrol-5088af0a.md
Contains the settings of the image used to fill the area of a wizard control’s UI element.
TdxWizardControlImage = class(
TdxWizardControlCustomPersistent
)
This class introduces members that allow you to assign an image, determine its dimensions, specify how this image fills an UI element’s area, and replicate the image on any drawing surface.
A TdxWizardControlImage object is referenced by the BackgroundImage property of TdxWizardControlHeader and TdxWizardControlWatermark objects, which store header and watermark settings for a wizard control or individual wizard pages.
Note
If you need to change several TdxWizardControlImage settings simultaneously, enclose the code that modifies settings within the BeginUpdate/EndUpdate method blocks to improve performance.
TObject TPersistent TcxOwnedPersistent TdxWizardControlCustomPersistent TdxWizardControlImage
See Also