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