Back to Devexpress

WizardControl.ImageWidth Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-eeb7f49b.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[DefaultValue(185)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public int ImageWidth { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(185)>
<DXCategory("Appearance")>
Public Property ImageWidth As Integer

Property Value

TypeDefaultDescription
Int32185

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

|

Remarks

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

See Also

ImageOptions

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace