Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

[Browsable(false)]
[DefaultValue(185)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public int ImageWidth { get; set; }

Property Value

Type Default Description
Int32 185

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

Remarks

This property is hidden. Use the WizardControl.ImageOptions property instead.

See Also