TdxWizardControlWatermark.BackgroundImage Property
Specifies the watermark’s background image settings.
Declaration
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