PanelControl.BackgroundImageLayout Property
This member is not supported by the PanelControl class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.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