Back to Devexpress

XtraForm.BackgroundImageLayoutStore Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-4c46a248.md

latest1.4 KB
Original Source

XtraForm.BackgroundImageLayoutStore Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
ImageLayout

An ImageLayout value.

|

See Also

BackgroundImageLayout

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace