LayoutControl.BackgroundImageLayout Property
Gets or sets the background image layout. This property is obsolete. Use the BackgroundImageOptions property instead.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v26.1.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override ImageLayout BackgroundImageLayout { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageLayout | A ImageLayout value. |
See Also