LayoutControl.BackgroundImageLayout Property
Gets or sets the background image layout as defined in the ImageLayout enumeration.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override ImageLayout BackgroundImageLayout { get; set; }
Property Value
Type | Description |
---|---|
ImageLayout | A ImageLayout value. |
Remarks
The LayoutControl.BackgroundImage and BackgroundImageLayout properties are not supported by the LayoutControl.
This member is not supported. To specify the background image for the LayoutControl use the root group’s LayoutGroup.BackgroundImage property.
See Also