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

PanelControl.ContentImageAlignement Property

OBSOLETE

Use the ContentImageAlignment property instead

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Obsolete("Use the ContentImageAlignment property instead")]
[Browsable(false)]
public ContentAlignment ContentImageAlignement { get; set; }

Property Value

Type Description
ContentAlignment

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

See Also