Back to Devexpress

LayoutGroup.BackgroundImageLayout Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-63006471.md

latest1.7 KB
Original Source

LayoutGroup.BackgroundImageLayout Property

Gets or sets the position and behavior of the background image. This property is obsolete. Use the BackgroundImageOptions property instead.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(ImageLayout.Stretch)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public ImageLayout BackgroundImageLayout { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(ImageLayout.Stretch)>
<DXCategory("Appearance")>
Public Property BackgroundImageLayout As ImageLayout

Property Value

TypeDefaultDescription
ImageLayoutStretch

An ImageLayout value.

|

See Also

BackgroundImageOptions

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace