Skip to main content

RepositoryItemImageEdit.PictureAlignment Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
ContentAlignment MiddleCenter

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

See Also