Skip to main content
A newer version of this page is available. .

WizardControl.ImageWidth Property

Gets or sets the width of an image displayed within the Welcome Page and Completion Page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

Declaration

[DefaultValue(185)]
[DXCategory("Appearance")]
public int ImageWidth { get; set; }

Property Value

Type Default Description
Int32 185

An integer value that specifies the image width, in pixels.

Remarks

This image is specified via the WizardControl.Image property.

See Also