Back to Devexpress

LayoutGroup.ContentImage Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-5bb83017.md

latest1.7 KB
Original Source

LayoutGroup.ContentImage Property

Gets or sets the group’s background image that is displayed “as is”, and can be aligned to any group’s edge. This property is obsolete. Use the ContentImageOptions property instead.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Imagenull

An Image object.

|

See Also

BackgroundImageOptions

ContentImageOptions

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace