Back to Devexpress

WizardControl.TitleImageOptions Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-642706b2.md

latest2.1 KB
Original Source

WizardControl.TitleImageOptions Property

Contains settings that allow you to assign and customize the XtraWizard’s title 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 WizardTitleImageOptions TitleImageOptions { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property TitleImageOptions As WizardTitleImageOptions

Property Value

TypeDescription
DevExpress.XtraWizard.WizardTitleImageOptions

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

|

Remarks

The Wizard Control displays a title image in the top left corner when the WizardStyle.WizardAero style is applied.

Use the WizardControl.HeaderImageOptions property to specify a header image for interior pages in the WizardStyle.Wizard97 style.

See Also

HeaderImageOptions

ImageOptions

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace