Skip to main content
A newer version of this page is available. .

LayoutGroup.ContentImageAlignment Property

Gets or sets the content image’s alignment within the group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(ContentAlignment.BottomRight)]
[DXCategory("Appearance")]
public ContentAlignment ContentImageAlignment { get; set; }

Property Value

Type Default Description
ContentAlignment **BottomRight**

A ContentAlignment value that specifies the content image’s alignment.

Remarks

A layout group allows an image, called the content image, to be displayed in the group’s background aligned to any group’s edge. To specify the content image, use the LayoutGroup.ContentImage property. The ContentImageAlignment property specifies the content image’s alignment.

The content image is painted over the group’s background image referred to by the LayoutGroup.BackgroundImage property.

See Also