Skip to main content

WizardControl.ImageLayout Property

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

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

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