Back to Devexpress

TdxWizardControlWatermark.BackgroundImage Property

vcl-dxcustomwizardcontrol-dot-tdxwizardcontrolwatermark.md

latest1.1 KB
Original Source

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

TdxWizardControlWatermark Class

TdxWizardControlWatermark Members

dxCustomWizardControl Unit