Back to Devexpress

PanelControl.ContentImageAlignment Property

windowsforms-devexpress-dot-xtraeditors-dot-panelcontrol-f529bd91.md

latest1.9 KB
Original Source

PanelControl.ContentImageAlignment Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(ContentAlignment.MiddleCenter)]
[DXCategory("Appearance")]
public ContentAlignment ContentImageAlignment { get; set; }
vb
<DefaultValue(ContentAlignment.MiddleCenter)>
<DXCategory("Appearance")>
Public Property ContentImageAlignment As ContentAlignment

Property Value

TypeDefaultDescription
ContentAlignmentMiddleCenter

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

|

Remarks

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

See Also

ContentImage

PanelControl Class

PanelControl Members

DevExpress.XtraEditors Namespace