Back to Devexpress

WizardControl.HeaderImageOptions Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-636eb5e7.md

latest2.4 KB
Original Source

WizardControl.HeaderImageOptions Property

Contains settings that allow you to assign and customize the Wizard Control’s header image. This property is supported in the WizardStyle.Wizard97 style.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DXCategory("Appearance")]
public virtual WizardHeaderImageOptions HeaderImageOptions { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property HeaderImageOptions As WizardHeaderImageOptions

Property Value

TypeDescription
DevExpress.XtraWizard.WizardHeaderImageOptions

An object that contains settings to specify an image and its display options.

|

Remarks

A header image is displayed within the header area of interior pages in the WizardStyle.Wizard97 style. The default image size is 61x61 pixels.

The control’s default behavior is to hide the header image in the Welcome Page and Completion Page. Use the WizardControl.ShowHeaderImage option to display the header image within these pages.

See Also

ImageOptions

TitleImageOptions

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace