Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxWizardControlImage Class

Contains the settings of the image used to fill the area of a wizard control’s UI element.

#Declaration

Delphi
TdxWizardControlImage = class(
    TdxWizardControlCustomPersistent
)

#Remarks

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.

See Also