PanelControl.ContentImageAlignement Property
In This Article
OBSOLETE
Use the Content
Gets or sets the content image’s alignment within the panel.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the ContentImageAlignment property instead")]
public ContentAlignment ContentImageAlignement { get; set; }
#Property Value
Type | Description |
---|---|
Content |
A Content |
See Also