Back to Devexpress

LayoutGroup.ContentImageAlignment Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-457cfa0a.md

latest1.7 KB
Original Source

LayoutGroup.ContentImageAlignment Property

Gets or sets the content image’s alignment within the group. 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(ContentAlignment.BottomRight)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public ContentAlignment ContentImageAlignment { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(ContentAlignment.BottomRight)>
<DXCategory("Appearance")>
Public Property ContentImageAlignment As ContentAlignment

Property Value

TypeDefaultDescription
ContentAlignmentBottomRight

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

|

See Also

ContentImageOptions

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace