Back to Devexpress

LayoutControl.BackgroundImageLayout Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-bbadfceb.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override ImageLayout BackgroundImageLayout { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property BackgroundImageLayout As ImageLayout

Property Value

TypeDescription
ImageLayout

A ImageLayout value.

|

See Also

BackgroundImageOptions

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace