Back to Devexpress

PanelControl.BackgroundImageLayout Property

windowsforms-devexpress-dot-xtraeditors-dot-panelcontrol-61dbac25.md

latest1.5 KB
Original Source

PanelControl.BackgroundImageLayout Property

This member is not supported by the PanelControl class.

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 BackgroundImageLayout { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property BackgroundImageLayout As ImageLayout

Property Value

TypeDescription
ImageLayout

An ImageLayout value that specifies the position of an image on the control.

|

See Also

PanelControl Class

PanelControl Members

DevExpress.XtraEditors Namespace