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

RepositoryItemImageEdit.PictureAlignment Property

Gets or sets the alignment of the image within the image editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(ContentAlignment.MiddleCenter)]
public ContentAlignment PictureAlignment { get; set; }

Property Value

Type Default Description
ContentAlignment **MiddleCenter**

A ContentAlignment enumeration value which specifies the image’s alignment.

See Also