WizardControl.ImageLayout Property
Gets or sets a value that specifies the position of the image.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.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