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

WizardControl.ImageLayout Property

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

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

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

Property Value

Type Default Description
ImageLayout Stretch

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

Remarks

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

See Also