PanelControl.BackgroundImageLayout Property
In This Article
This member is not supported by the PanelControl class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ImageLayout BackgroundImageLayout { get; set; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
See Also