Skip to main content

PanelControl.BackgroundImageLayout Property

This member is not supported by the PanelControl class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ImageLayout BackgroundImageLayout { get; set; }

Property Value

Type Description
ImageLayout

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

See Also