LayoutControl.BackgroundImageLayout Property
In This Article
Gets or sets the background image layout. This property is obsolete. Use the BackgroundImageOptions property instead.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override ImageLayout BackgroundImageLayout { get; set; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
See Also