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.v19.1.dll

Declaration

[DefaultValue(ImageLayout.Stretch)]
[DXCategory("Appearance")]
public ImageLayout ImageLayout { get; set; }

Property Value

Type Default Description
ImageLayout **Stretch**

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

Remarks

This image is specified by the WizardControl.Image property. Its width is specified by the WizardControl.ImageWidth property.

See Also