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

TdxWizardControlWatermark.BackgroundImage Property

Specifies the watermark’s background image settings.

#Declaration

Delphi
property BackgroundImage: TdxWizardControlImage read; write;

#Property Value

Type
TdxWizardControlImage

#Remarks

Use this property to assign the background image to the watermark and specify how this image fills the watermark area. Refer to the TdxWizardControlImage class description to learn about the available background image options.

Changing the BackgroundImage property sets the wcwavBackgroundImage flag within the AssignedValues property. Reset this flag to revert the changes made to the BackgroundImage property.

See Also