Back to Devexpress

WizardControl.ImageLayout Property

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

latest1.7 KB
Original Source

WizardControl.ImageLayout Property

Gets or sets a value that specifies the position of the image.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDefaultDescription
ImageLayoutStretch

An ImageLayout enumeration value that specifies the position of the image.

|

Remarks

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

See Also

ImageOptions

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace