LayoutGroup.ContentImageAlignment Property
Gets or sets the content image’s alignment within the group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(ContentAlignment.BottomRight)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
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