TdxWizardControlHeader.BackgroundImage Property
Specifies the header’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 header and specify how this image fills the header area. Refer to the TdxWizardControlImage class description to learn about the available background image options.
Changing the BackgroundImage property sets the wchvBackgroundImage flag within the AssignedValues property. Reset this flag to revert the changes made to the BackgroundImage property.
See Also