Back to Devexpress

WizardControl.ImageOptions Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-85d5d2e4.md

latest2.2 KB
Original Source

WizardControl.ImageOptions Property

Contains settings that allow you to assign and customize an image displayed within the Welcome Page and Completion Page. This image 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 WizardImageOptions ImageOptions { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property ImageOptions As WizardImageOptions

Property Value

TypeDescription
DevExpress.XtraWizard.WizardImageOptions

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

|

Remarks

The ImageOptions property allows you to specify an image displayed at the left edge of the Welcome Page and Completion Page, and customize the image’s display settings (size and layout).

This image is displayed in the WizardStyle.Wizard97 style.

See Also

HeaderImageOptions

TitleImageOptions

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace